Is it possible to use my own buttons outside of the scheduler to switch the scheduler view?
I can hide them using the ShowViewTabs property but I'd like to be able to use my own buttons to fire off the same events that are fired by clicking day/week/month etc
Is this possible?
Cheers
Jon
3 Answers, 1 is accepted
0
Peter
Telerik team
answered on 15 Jul 2010, 01:16 PM
Hello Jonathan,
Yes, this possible. Simply set the SelectedView property in your button's event handler:
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
So if I do an ajax call then I can change it using javascript buttons.
Cheers
Jon
0
Peter
Telerik team
answered on 19 Jul 2010, 09:07 AM
Yes, you can use the AjaxRequest server event of RadAjaxManager or RadAjaxPanel as shown in this help topic.
All the best,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items