I have an application that users can update a cell values which is a datagrid view.
Then they click an Update button which performs some calculations. If a user is in edit mode in a particular cell and clicks the update button the cell that is in edit mode will not get updated. Is there a way for this update button to save the changes made in a cell, just like if you were to click out of the cell, and exit the row/cell edit mode?
Please help.