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

ComboBox changes in GridControl not saved

Hello I''''m using a Grid Control with a virtual data source. One column has a ComboBox from which the user can choose between four values. Depending on that choice the two next columns of the same row are enabled or disabled. Everything works fine with one exception. When the user changes the selection in the combo box then the GridSaveCellInfoEventHandler doesn''''t get called. It is called as soon as the user clicks into another cell. Is there a way, that the GridSaveCellInfoEventHandler is called as soon as the combobox is closed? Thanks

2 Replies

AD Administrator Syncfusion Team October 5, 2005 02:42 PM UTC

Try handling the CurrentCellCloseDropDown event. There, call grid.CurrentCell.ConfirmChanges to see if this gives you what you want.


AD Administrator Syncfusion Team October 5, 2005 03:17 PM UTC

It''s working. Thanks a lot

Loader.
Live Chat Icon For mobile
Up arrow icon