AD
Administrator
Syncfusion Team
July 25, 2006 12:12 PM UTC
Hi Jonathan,
To avoid the value getting stored in the underlying DataView, please try this property setting.
this.gridDataBoundGrid1.Binder.AllowSetValueOnCurrentItem = false;
On setting this property to false, you will be able to modify the contents of cell, but will not allow to save the value to the underlying record.
Let us know if this helps.
Thanks,
Rajagopal