How do I disable typing in an ultraComboBox? I do not want the user to be able to type anything in the box, and just have the option of selecting items from the dropdown list. I have already tried readonly, but that disables the whole combobox.
Any Help Appreciated.
Thank You.
Mike Saltzman sugested that:
"If you want to force the user to choose from the list and not be able to type or select text, it sounds like you need to set the Style of the Column to DropDownList"
PROBLEM: When the component is used as an editor for a cell inside an ultragrid despite of having the component set as Mike said it still allows editing. If used alone, changing the style disables typing inside the combo.
SOLUTION: If you are using the component inside an Ultragrid, you also need to change the style of the column for which you choose the ultracombobox as an editor to DropDownList.
I found the answer to my question.
http://news.infragistics.com/forums/t/8082.aspx