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
155
Placeholder text for UltraCombo
posted

Hi,

Does Infragistic UltraCombo support Placeholder text (the text when nothing is selected)? Or is there anyway I can achieve it?

Thanks,

  • 2155
    Offline posted

    Hello Colin,

    Thank you for using our forum.

    You should be able to show some text inside UltraCombo's editor when no item is selected by using NullText property like below.


                ultraCombo1.DropDownStyle = UltraComboStyle.DropDownList;
                ultraCombo1.NullText = "Please Select";

    Please let me know if I may be of further assistance.

    Thank you,
    Mihoko Kamiishi