I have a customized calendar within a special page layout (calendar is always visible). I have also two navigation buttons for the previous/next day/week/month/.
Do you have an example showing the Scheduler Navigation (GoToDate/Today/Prev/Next) on the Client-Side?
Cheers,
Jani
1 Answer, 1 is accepted
0
Accepted
Peter
Telerik team
answered on 04 Oct 2011, 04:50 PM
Hi Jani,
With Web Service Binding, you can use set_selectedDate() and set_selectedView() of RadScheduler's client object. Note that this property is valid only when RadScheduler is binded to a Web Service.
With server side binding, you should use the SelectedDate and SelectedView properties of the control. If you need to handle client events for those, you can leverage the capabilities of RadAjaxManager and handle AjaxRequest server-side as shown in this help topic.
Kind regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now