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.