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 Cells selection event?

Hi, Is there any event I can hook that fires immediately when an item in a combo box cell is selected? I''m using a virtual GridControl, and what I want to do is update another cells value immediately the combo box selection is made, but I can''t find the right event. Any suggestions? Thanks, Sue

1 Reply

AD Administrator Syncfusion Team September 22, 2004 08:22 AM UTC

Hi Sue, you could handle CurrentCellCloseDropDown and call CurrentCell.EndEdit to force the value and then in CurrentCellEditingComplete update other values. Maybe CurrentCellChanged might also be an alternative. If you need even more control then you would have to subclass the combobox cell type and listen to selection events of the ListBoxPart that shows the items in the dropdown list. Stefan

Loader.
Live Chat Icon For mobile
Up arrow icon