Hi,
Does Infragistic UltraCombo support Placeholder text (the text when nothing is selected)? Or is there anyway I can achieve it?
Thanks,
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