Hi All,
I've got an UltraWinGrid where there are columns that are dropdowns. Users can enter text directly into these cells. How can I prevent text entry in the dropdowns? i.e. user can only choose from the choices in the cell ValueList.
Thanks for any help.
Corey.
Set the UltraGridColumnStyle = DropDownList rather than DropDown. That should do the trick.