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
80
Infragistics 2015.1 Set readonly mode in igCombo raises error: not supported
posted

In our project we had 2013.2 infragistics ignite ui for asp.net mvc. Recently we have upgrade to the most recent version wich is 2015.1.

We had to make some changes in our js code in order to use the new functions wich replaced the old ones. 

Our principal issue in this moment is that we dynamically need to change the combo mode. They are: editable, readonly, readonlylist and dropdown, but when we try to set the combo as readonly it reaises an error as: Operation Not supported.

We can see in the documentation of 2015.1, exactly in this url (http://help.infragistics.com/jQuery/2015.1/ui.igcombo), that right now there is no a setter for readonly mode and when we try to set this option it raises the error above commented.

We thank in advance any help with this.

Parents
  • 20255
    Offline posted

    Hello,

    Thank you for your question.

    Currently combo does not support changing the mode option. Mode can be set only on combo initialization. If you want to disabled the combo (put it in readonly mode) you can use $('#ComboSelectionFiltre').igCombo('option', 'disabled', true).

Reply Children