AD
Administrator
Syncfusion Team
December 5, 2006 05:16 AM UTC
Hi Rocko,
If you want to cancel the changes in the AddNewRecord,you need to call the Table.CancelEdit method. Please try the suggestion and let me know if this helps.
this.grid.Table.CancelEdit();
Best Regards,
Haneef
RO
Rocky
December 5, 2006 05:16 PM UTC
The values get cleared but if I try to enter new values into the AddNewRecord row the cell values still disappear as I add them.