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
same issue...one workaround is instead of an empty string for the top selection, make sure it has at least one space.
I have exactly the same problem. Did you find a good solution for this?
Aaron,
One thought would be to add a row to the dropdown to have an empty string as the display value for when the data is 0. The other option would be to use a DataFilter.
-Matt