Hi All !How can I "clear" the displayed member value of UltraCombo after a user has selected a row in UltraCombo's drop down list (no member text should be displayed in the combo) ? I tried the method .DisplayLayout.Override.ResetRowSelectors(); but calling this method doesn't take any effect.
Any hint or idea is welcome. Thanks in advance !
Kind regards,
Claus
Hi Claus
Set the Value to DBNull.Value or null.