We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

SaveCellInfo not getting fired for ComboBox and CalendarCells

I am using the SaveCellInfo to capture user inputs and put the data back into my data structures. It seems that this event doesn''t fire when you change a combo box or a calandar cell value from a pulldown or calendar control respectively. I think it changed when you lose focus on the cell but I need to capture this info when the user changes the value in these cell because they might do it multiple times before they lose focus. thanks, ak

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon