I want to add a row to a grid but not let the user do anything else until the data in that row has been entered completely/correctly.
Which event is best to check for validation conditions and prevent the user from exiting the row ?
Hi,
I think you can use BeforeRowUpdate. Set e.Cancel to true to stop the user from leaving the row. Also see the BeforeRowUpdateCancelAction property on the grid.