Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
535
Item in list or no entry.
posted

We are using primarily Infragistics.Win.UltraWinEditors.UltraComboEditor for list pickers.

We then set DropDownStyle to DropDownList which is great at avoiding coding and forcing a list choice.

 BUT we've realized there will be situations where the user doesn't know what the entry should be or would like to clear an entry.

 We can do all that in the ItemNotInList, but requires coding behind all those UCE's.

Is there a better way to require list choice, AND permit no entry OR clear entry ?

Shoud we be using UltraDropDown that permits clearing the control ?

or some other control ?

Thx,

XPXJ