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

Can I add a calendar to the scheduler?

5 Answers 87 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Anoop
Top achievements
Rank 1
Anoop asked on 14 Feb 2011, 07:14 AM

What exactly I want is to click on one date from the calendar then I want the day view I have selected to be appearing in the scheduler table?

 

Is that possible? If you have a way let me know please.

 

 

Thanks in advance.

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Feb 2011, 01:59 PM
Hello,


I hope the following links would of help in accomplishing the required.
Day View
Loading Data for Selected Day Only


-Shinu.
0
Dobry Zranchev
Telerik team
answered on 17 Feb 2011, 09:22 AM
Hello guys,

Shinu, thank you for the links.

Anoop, I hope that the links suggested by Shinu will help you. If you still have difficulties with the selection, feel free to write back.

Best wishes,
Dobry Zranchev
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.
0
Anoop
Top achievements
Rank 1
answered on 20 Feb 2011, 06:10 AM
Thanks Shinu
Thanks Telerik admin

I really did this before however it was not fulfills what exactly I need.

 

The event itself should be start from the calendar click   to view the scheduler day view of the selected day.

thanks alot

0
Richard Slade
Top achievements
Rank 2
answered on 20 Feb 2011, 01:14 PM
Hello Anoop,

If my understanding is correct, you wish to set the RadSchedulter into DayView and set the focused date to be the selected date from the calendar. Is that correct? If so, then this should help

private void radCalendar1_SelectionChanged(object sender, EventArgs e)
{
    this.radScheduler1.ActiveViewType = SchedulerViewType.Day;
    this.radScheduler1.FocusedDate = this.radCalendar1.SelectedDate;
}

Let me know if that's what you needed.
Thanks
Richard
0
Richard Slade
Top achievements
Rank 2
answered on 22 Feb 2011, 08:51 AM
Hello,

Did this help? If so please remember to mark as answer. If you need futher information, do let me know
Thanks
Richard
Tags
Scheduler and Reminder
Asked by
Anoop
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dobry Zranchev
Telerik team
Anoop
Top achievements
Rank 1
Richard Slade
Top achievements
Rank 2
Share this question
or