I am using UltraWinDropDown as a dropdown control in a UltraWinGrid. When I click on a cell I can manually type in the combobox editor portion. I dont want this, I only want the list to be "selectable"
IN Win32 terms it's the difference between a combobox and a droplist
Peter
Hi Peter,
Set the Style on the grid column to DropDownList.
perfect...