I need to know a way to find out the selected view in the and grab that into a javascript object.
3 Answers, 1 is accepted
0
Nencho
Telerik team
answered on 18 Aug 2017, 12:27 PM
Hello Rahul,
In order to get the currently selected view on the Scheduler, you should first get a reference to the scheduler widget and then use its view() method. This will return an object (type: kendo.ui.SchedulerView), representing the currently selected view. Once of the properties of this object, is the name which should suite your scenario: