Hi there,
Is it possible to automatically display the drop down of an UltraComboEditor when the control receives focus in the Focus event?
I am trying to mimic the functionality of the Windows 7 search within Windows Explorer. I am deliberately setting DropDownButtonDisplayStyle to Never.
I have tried calling UltraComboEditor1.DropDown() but it does not display the drop down.
Any thoughts?
Hi Andrez,
I m also having similar requirement but its kind of reverse way.
I want to provide user a combo box having 2 column in which one column is editable and another one is non editable.
having only two rows.
We need it because user wants for provide range of number for some criteria.
i want that combo box to be kept on displaying till the time user is entering values in the two rows or the editable column.
The moment it clicks outside means the focus on the control lost, values entered shuould get appeared in side combo box as comma seperated value.
Currently, the moment you click on the cell of the drop down of combo,it will be gone(Normal way fo combo editor).
Please find the attached screen shot for the same and refer row 2.
Hello Andrez,
I am glad that I was able to assist you here.
If you have any other questions please feel free to let us know.
Hi Danko,
Works fine.
Thanks for your help,
Andez
I will be waiting for your feedback.If you have any other questions please do not hesitate to contact us.
Thanks for that. I had already tried calling the DropDown() method in the Enter event but not tried setting the AlwaysInEditMode to true. Will give this ago later.
Thanks,