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 DBL-Click

Hi, I''m using Syncfusion 4.102.0.50 and a gridcontrol in virtual mode. Our grid shows several ComboBoxes, which are dropping down, when the user single clicks "into the cell" or onto the "DropDown-Button". I think this is the default behaviour of the combobox cellmodel. The task is only to show the dropdown when DOUBLE clicking "into the cell" and SINGLE clicking onto the "DropDown-Button". How could this be achieved? We need this behaviour because single clicking a combobox cell should only select the whole row and double clicking it should show the dropdown. Thanks for your help. Yours Christian!

1 Reply

AD Administrator Syncfusion Team March 29, 2006 07:02 AM UTC

Hi Christian, The intent behavior can be achieved by handling the CellDoubleClick event and by setting the cell’s DropDownStyle to AutoComplete and the gridControl1.ActivateCurrentCellBehavior to DblClickOnCell. Sample attached. Let us know if this serves your need. Regards, Calvin.

42392.zip

Loader.
Live Chat Icon For mobile
Up arrow icon