I'm trying to validate the row data in BeforeRowUpdate. If the validation fails, I'm setting e.Cancel to true. The row properly states in add mode but all the data is reset back to when the new row first appeared and everything entered is lost.
How can I preserve what the user has entered and give them a chance to correct it?
Hi,
Set the RowUpdateCancelAction property of the grid to RetainDataAndActivation.
Hope this helps,
Sandip