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

Custom Combo Box and Regular Combo Box works differently

Hello,
 
I am using GridControl and these are the following settings
DropDownEdit.ShowButton=false; for both the combobox.
 
In a Regular ComboBox if I click precisely inside the cell, then only cell will not be moved to editing mode and if I click at the end of the cell where DropDown icon(which is invisible), then on one click, the dropdown will be displayed.
 
Problem Statement.
In a Custom ComboBox if I click precisely inside the cell, then only cell will be moved to editing mode and display the Drop Down Icon. If I click the Icon then Drop Down will displayed.  :(
 
In a Custom ComboBox ,If I Click at the end of the cell where DropDown Icon(Which is invisible), then on one click , the drop down will not be displayed. Need to click two times. :(
 
How can I sync Custom Combo Box behavior with a Regular Combo Box.

1 Reply

DK Deepak Kumar Nandagopal Syncfusion Team March 9, 2015 01:11 PM UTC

Hi Thomesh,

We have analyzed your requirement and based on your requirement we have prepared a sample in which the dropdown will appear only if you click on the combo box button in the corner and if you click on the cell you can able to edit the content of the custom combo box as like in Regular Combo box. Please find the sample from the below location.

Sample Location: http://www.syncfusion.com/downloads/support/directtrac/118416/CustomComboBox-2109382585.zip

Regard,

Deepak Kumar N



Loader.
Up arrow icon