Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3338
How to prevent user from typing text in combobox?
posted

I am using the Ultrawingrid.Ultracombo control.

It is loaded up with values for a user to select from.

How can I make it so the user can't type into the box, but only be able to select something from the dropdown?

setting readonly to true seems to disable the control...

 

Which property handles this?