Hi,
I have an UltraDropDown bound to a "color" field in a grid. The UltraDropDown has a lookup table which has Integer primary keys, i.e. ID = 1 "Red", ID = 2 "Green", ID = 3 "Blue". The grid contains records which doesn't always have a valid selection for the color field and the field is set to 0 if no color has been selected. When this is the case, the UltraDropDown shows "0" as the display value.
As this is a legacy database I can't change the way the data works so I would like to tell the UltraDropDown that if the color field is zero, to show a blank display value instead of showing "0".
Can this be done?
Thanks in advance,
Aaron
I have exactly the same problem. Did you find a good solution for this?
same issue...one workaround is instead of an empty string for the top selection, make sure it has at least one space.