Group: Forum Members
Posts: 336,
Visits: 497
|
I have a bunch of DevEx inherited combos which I am binding to a BO. I would like to be able to clear each of these out by selecting a blank value from the dropdown or by pressing delete on the combo. I have done this before by using TopMostItem and setting the value to "" and the display to "(none)" or something like that. In these cases I would like for the display to just be an empty string, but the value also needs to be an empty string. When both of these are empty it does not put a TopMostItem in the combo and assumes you don't want one. Is there a way to "trick" it into letting me do this or another way to accomplish it? I tried putting in " " as a space instead of "" so it would look blank, but this didn't work either. Any suggestions? Thanks!
|