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.
Asked
Active
Viewed 221 times
4

Arman Hayots
- 2,459
- 6
- 29
- 53
-
I don't think you can... – Sterling Silver May 14 '15 at 01:58
-
No way there? That's strange. – Arman Hayots Jun 05 '15 at 08:37
-
1I agree that there does not appear to be an easy provided option to solve this. I would recommend providing a jsfiddle or kendo dojo with your situation so that people could look for a workaround. – JFlox Jun 07 '15 at 03:05
-
the best solution in this case would be to listen to the change and update events and just to prevent the default – Dan Kuida Jun 11 '15 at 00:57
2 Answers
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