This is a migrated thread and some comments may be shown as answers.

Calender date change as per scheduler date chage

3 Answers 44 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
avinash
Top achievements
Rank 1
avinash asked on 03 Jun 2011, 03:13 PM
in web application
i have calender and scheduler control, i want to change calender date according to scheduler date change,
but if i changed calender date then it will reflect to scheduler .

Thanks

3 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 03 Jun 2011, 03:29 PM
Hi avinash,

Your requirement seems similar to our "First Look" demo. Please take a look at it and let me know if you have further questions.

Regards,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
avinash
Top achievements
Rank 1
answered on 03 Jun 2011, 03:36 PM
Hi,
Thanks for  your quick reply,

This scenario already works fine for me, but I want calender date should change (highlighted) after navigate through scheduler control.
i.e It should always sync between calendar and scheduler control.


Thanks
0
Veronica
Telerik team
answered on 08 Jun 2011, 09:16 AM
Hello avinash,

In order to highlight the calendar date based on the RadScheduler's Selected Date - you can add one more setting in the AjaxSettings of the "First Look" demo.  You need to add the RadScheduler control to update the RadCalendar:

<telerik:AjaxSetting AjaxControlID="RadScheduler1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadScheduler1" LoadingPanelID="RadAjaxLoadingPanel1" />
                        <telerik:AjaxUpdatedControl ControlID="RadCalendar1" LoadingPanelID="RadAjaxLoadingPanel1" />
                    </UpdatedControls>
                </telerik:AjaxSetting>

Hope this helps.

Regards,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Scheduler
Asked by
avinash
Top achievements
Rank 1
Answers by
Veronica
Telerik team
avinash
Top achievements
Rank 1
Share this question
or