AD
Administrator
Syncfusion Team
July 25, 2005 05:57 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 teh grid.CurrentCellCloseDropDown event. In your handler, call gid.CurrentCell.ComfirmChanges.