This is a migrated thread and some comments may be shown as answers.

jQuery Plugin Method enabled/disabled binding

1 Answer 39 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Wendel
Top achievements
Rank 1
Wendel asked on 28 Aug 2019, 02:13 AM
How does one establish an enabled or disabled binding to a dropdownlist initialized via the jQuery Plugin Method rather than MVVM?

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 29 Aug 2019, 12:31 PM

Hello Wendel,

The requested functionality is supported out of the box only for the MVVM scenario. You can, however, try to manually achieve the desired functionality, using the setOptins method and configuring the enabled state:

dropdownlist.setOptions({enabled: false}); // or true

Hope this would help.

Regards,
Nencho
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
DropDownList
Asked by
Wendel
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or