Hi,
As client side object methods get_selectedView(),get_firstDayStart(),
is there methods to set,
set_selectedView(a),set_firstDayStart(a). I am in need of these, to navigate the scheduler month to my preferred month and date, view changes
Hurry.
Kind regards
I.Arockiasamy
3 Answers, 1 is accepted
0
Peter
Telerik team
answered on 09 Aug 2010, 02:26 PM
Hello arockiasamy,
Such client-side methods are not available for RadScheduler, but you can set the server-side properties of the control such as SelectedDate and SelectedView. To get a client-side user experience, you can use RadAjax. If you need to navigate RadScheduler from a client event, you can use this help topic: Manually add an AJAX request to a client-side event of an HTML element and set the server side properties of RadScheduler in the AjaxRequest handler.
Greetings,
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
I'm using client side functionality to set the view and date for the scheduler:
GetRadScheduler().set_selectedView(0);
GetRadScheduler().set_selectedDate("1/25/2008");
Are these not supported or something? The work fine for me.
It should be noted that I'm using web services and javascript.
0
Peter
Telerik team
answered on 12 Aug 2010, 11:42 AM
Hi Manu,
Thank you for your involvement. Indeed, such methods are available,but only for client-side binding mode (Web Services).
Sincerely yours,
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