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
close icon

GridControl Combo Box Cell and Selected Item

Hi, I have a combo box type cell in my gridControl, and I need to be able to trap the event when a user selects an item in the dropdown, and do something according to what they chose. I tried CurrentCellAcceptedChanges and CurrentCellChanged (as well as some others), but all of these either required the user to tab out of the current cell before the change would take place, or would occur before the change and I therefore couldn''t figure out what the user had selected (the Text in the cell was still the old text). What event do I need to trap to get the new Text as soon as a user chooses it? Thanks

1 Reply

AD Administrator Syncfusion Team October 26, 2005 12:14 AM UTC

Try CurrentCellCloseDropDown. See this thread for a code snippet. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=20447

Loader.
Live Chat Icon For mobile
Up arrow icon