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

how to synchronized datagrid with rad schedular.?

1 Answer 32 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Shah
Top achievements
Rank 1
Shah asked on 02 Nov 2012, 03:07 PM
i have made my own calender on datagrid in such away when i click on any particulat date(which are cell of datagrid) new form is open now i want whenever i clicked on any date it will automatically synchronized with radschedular it allow m to create schedule of particulat date plz help me em struck thanks in advance


regard usman shah

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 07 Nov 2012, 08:49 AM
Hi Usman,

Thank you for contacting us.

If I understand you correctly, you want to synchronize the displayed date of RadScheduler with the clicked date from RadGridView. To achieve this, you simply need to set the StartDate of the ActiveView in RadScheduler:
DateTime clickedDate = ... // get the clicked date from RadGridView
this.radScheduler1.ActiveView.StartDate = clickedDate;

If this is not your requirement, please try to explain in more detail the expected behavior.

Should you have any additional questions, do not hesitate to ask.

Kind regards,
Ivan Todorov
the Telerik team
Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.
Tags
Scheduler and Reminder
Asked by
Shah
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or