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:
http://docs.telerik.com/kendo-ui/api/javascript/ui/scheduler#methods-view
In the example below. you can observe the usage of the above-suggested approach (click "show selected view" button)
https://dojo.telerik.com/ecuke/4
Hope this would help.
Regards,
Nencho
Progress Telerik