4

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.

Arman Hayots
  • 2,459
  • 6
  • 29
  • 53

2 Answers2

0

If you want to completely turn off the time zones, there are some steps over here in this link completely-turn-them-off

I did not test it as i am new to kendoUI, but it may help you in finding some way.

Vidya Sagar
  • 1,699
  • 3
  • 17
  • 28
0

No, TimezoneEditor can't be disabled in current version, so we just replaced it with custom selector.

Arman Hayots
  • 2,459
  • 6
  • 29
  • 53