AD
Administrator
Syncfusion Team
May 4, 2007 10:06 AM UTC
Something to try.
Subscribe to the CurrentCellCloseDropDown event and in the event handler, try calling grid2.CurrentCell.ConfirmChanges(). (If that does not trigger the save, also try calling grid2.Binder.EndEdit().)
DG
Dan Garvin
May 4, 2007 03:38 PM UTC
All I can say is...You the man!
The ConfirmChanges() worked. Thanks loads.
-dan
>Something to try.
Subscribe to the CurrentCellCloseDropDown event and in the event handler, try calling grid2.CurrentCell.ConfirmChanges(). (If that does not trigger the save, also try calling grid2.Binder.EndEdit().)