CurrentCell looses focus when the current row is updated using a DataBound grid

I''m using a DataBoundGrid bound to a custom data model. The same thing happens when the grid is bound to a DataSet. When a cell is being edited and a value in the same row is updated the CurrentCell is moved and the editing is interrupted. Is there a way to prevent this? Thanks, Ben Lamb.

2 Replies

AD Administrator Syncfusion Team June 8, 2004 08:14 AM UTC

Try setting: this.gridDataBoundGrid1.UseListChangedEvent = false; to see if this will avoid this problem for you.


AD Administrator Syncfusion Team June 8, 2004 11:40 AM UTC

Perfect. Works fine. Thanks very much.

Loader.
Up arrow icon