I haven't been able to find the following functionality:
Is there any way of achiving this with the UltraDropDown or do I need to switch to an UltraCombo. This is used as the ValueList for a column of an UltraGrid.
Thanks, Dave
Further clarification.
I have several cells in my UltraGrid that use dropdown selection. These need two different sets of functionality.
Since I didn't see any way to do this with an UltraDropDown I switched to an UltraCombo. This isn't working either because:
Hi Dave,
You need to set the Style of the grid column to DropDownList or maybe DropDownValidate.