AD
Administrator
Syncfusion Team
July 17, 2006 12:13 PM UTC
Hi Vihar,
When you set e.Cancel to true in the RecordValueChanging event, the newly entered text in the cell will not be there(because the event is cancelled by this property setting) and it will retain the old value. This is an intended behavior of this property setting(e.cancel). You can avoid setting the e.Cancel = true in your code.
Let me know if you need any further assistance.
Regards,
Rajagopal