AD
Administrator
Syncfusion Team
January 30, 2004 06:40 AM UTC
You can use grid.CurrentCell.ConfirmChanges to save the changes on the currentcell.
Additionally, you can call grid.Binder.EndEdit to flush all the changes on the current row to the datatable (essentially doing a CurrencyManager.EndEdit call on the current object).
AD
Administrator
Syncfusion Team
January 30, 2004 06:50 AM UTC
Clay,
That''s perfect.
Thanks, Tim.