GDBG validating current cell

Hello, I use some GDBG bound to DataTable. I want to save the DataTable in file. When I save a DataTable just after editing, the last modification is not saved. What can I do to force the CurrentCell to be validated and the DataTable to be updated.

2 Replies

AD Administrator Syncfusion Team December 16, 2004 10:02 AM UTC

Before saving your datatable, call grid.CurrentCell.EndEdit and grid.Binder.EndEdit.


AD Administrator Syncfusion Team December 16, 2004 12:13 PM UTC

Thank you Clay !

Loader.
Up arrow icon