Hi All,
I'm doing some grid row validation in BeforeRowUpdate. If certain fields are null, I want to paint my own data error messages, instead of using the ones the grid generates.
My problem is that if I 'e.Cancel' in the event, it clears out the grid row, forcing the user to retype everything again.
Is there anyway to prevent this?
Thanks!
Corey.
Hi Corey,
this.ultraGrid1.RowUpdateCancelAction = RowUpdateCancelAction.RetainDataAndActivation;