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
310
BeforeRowUpdate odd behavior
posted

Hi,

I am using BeforeRowUpdate to validate and save (or not) my user's current row of data.

The problem I have is when we add a new row. The grid is bound to a DataTable. We give them an add new row button and it adds an initialized row of data to the data table and then we expect them to add the missing data elements. We expect that when they move off the row, it will fire BeforeRowUpdate and save the data.

However, the BeforeRowUpdate event does not fire for this new row, only on existing rows. What event should I be using to decide when the user is done editing a new row?

Thanks,

Kent