Team,
Is there a way to disable and enable the combobox on an event? For instance the status change of a checkbox?
Please advise. Much needed.
Hello Big_Lebowski,
The igCombo may be disabled or enabled at any point or event by setting themodeoptions. For instance, to disable it:
$("#combo").igCombo("option", "mode", "readonly")
Similarly, it may be enabled again by setting the mode to editable or dropdown. All available combo modes can be seen at:
https://www.igniteui.com/help/api/2014.1/ui.igcombo
Hope this helps. Please feel free to contact me if you have any questions.
I am having the same problem as Marius, I get the error "Operation is not supported", I can only set it as readonly on construction but I cannot change the mode programatically. Is there an answer yet? I am using 16.2 version.
not works:
Uncaught Error: Operation is not supported.
I am using 16.1 version
So how to disable igCombo?