How I can refresh my data on "Enter" key or column change ?

Hi,

I have a GridDataBoundGrid with a DataSource.

If I make some change in my grid and change row, then my data is updated.
But I need to update my data on "Enter" key and column change.

How I can do that ?

( I know the solution with the event, but I want to know if some cool properties exist )

Best regards,

Martin

1 Reply

AD Administrator Syncfusion Team February 26, 2007 05:29 PM UTC

Hi Martin,

Try setting the DirectSaveCellInfo property of the grid to true to save cell changes without moving the current record(without calling the EndEdit method).

this.grid.Binder.DirectSaveCellInfo = true;

Best regards,
Haneef

Loader.
Up arrow icon