Hello,
I am using infragistic 15.1 and I want to disable some options in combobox, but I do not want to remove it for list, but just make them unavailable to select.
Is something like that supported in Infragistic UltraCombo?
Hello Artur,
My suggestion for achieving your requirement is to use the Activation property of rows and set it to Disable.
this.ultraCombo1.Rows[1].Activation = Activation.Disabled;
In this case the item will be visible, but you wouldn't be able to select it.
I have attached a sample application that uses this approach.Please test it on your side and let me know if I may be of any further assistance.
Sincerely,Teodosia HristodorovaAssociate Software Developer
5025.UltraCombo_Disable_Options.zip