AD
Administrator
Syncfusion Team
July 25, 2005 06:54 PM UTC
By design, SaveCellInfo is not raised until you leave the cell.
If you want to immediately see SaveCellInfo raised when you close a dropdown, then handle the grid.CurrentCellCloseDropDown event. In your handler, call gid.CurrentCell.ComfirmChanges.