Value disappears during timely update of the grid

Here is the problem, GDBG is being timely updated using timer control, the code inside this timer control updates few columns (which are read-only) binded to a GDBG. Now when user is in editing mode, and trying to edit a cell value.. The value suddenly disappears... the reason for this strange behavior is that particular row is being timely updated. But the updation happens on different read only columns pls go thru the attached file which explains this.

WinApp10.zip

1 Reply

ST stanleyj Syncfusion Team January 21, 2006 12:07 PM UTC

Hi Yogi, Try calling EndEdit before the update of the datarow and call BeginEdit after the update of the datarow. this.gridDataBoundGrid1.CurrentCell.EndEdit(); // // this.gridDataBoundGrid1.CurrentCell.BeginEdit(); Refer this thread. too. Best regards, Stanley

Loader.
Up arrow icon