Some controls (widgets?) in Kendo UI can be disabled using data-bind="disabled:boundfield"
, some need to set this option manually (yes, it's about multiselect).
But I can't find a good way to do this with TimezoneEditor — it not reacts on both.
In Scheduler editor template I want to turn timezones to readonly state for some cases (a.e. occurrence events), but can't find a proper solution.
No, TimezoneEditor can't be disabled in current version, so we just replaced it with custom selector.