Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Problem with saving data back to data source
posted

Hi,

I have a ultrawingrid bound to dataset. I save the changes in BeforeCellUpdate event and I have a validation toolbar that validates the data in the grid.

Clicking on the validation bar does not fire BeforeCellUpdate and not even leave event of the grid which actually it should do, and that is the problem because the grid have not yet accepted the data and the validation button is throwing error based on the old data.

Please tell me which event should I catch so that when the user clicks on the validation bar the grid must accept the data that is edited in any of the cells, as of now I have to click in any other cell to save the newly edited data in the currently focused cell.

thanks,

Mandeep.