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

Start and End date

7 Answers 230 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Sophie
Top achievements
Rank 1
Sophie asked on 18 Nov 2008, 04:46 PM
Hi, I would like set start date and end date of schedular. Because the users have right for navigate in the progress week and the next week only. It's possible to explain me how to have this result.

Thanks a lot

7 Answers, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 19 Nov 2008, 08:27 PM
Hi Sophie,

If I understand correctly what you need is the possibility to limit the navigation in RadScheduler to a given period.
We have planned this feature for the upcoming Q3 SP1 release of RadControls for WinForms (due in the beginning of December).
 

Sincerely yours,
Jordan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sophie
Top achievements
Rank 1
answered on 20 Nov 2008, 01:31 PM
Yes, you understand.

Thanks a lot for this information
0
Daniel Antazu
Top achievements
Rank 1
answered on 07 Sep 2010, 03:56 PM
the solution exist? 
0
Daniel Antazu
Top achievements
Rank 1
answered on 07 Sep 2010, 03:58 PM
 I would like set start date and end date of schedule
0
Dobry Zranchev
Telerik team
answered on 10 Sep 2010, 04:32 PM
Hello Daniel Antazu,

Thank you for writing.

In order to set a Start date, you should to set the property StartDate of the scheduler active view.
this.radScheduler1.ActiveView.StartDate = new DateTime(2010, 1, 1);

As to the end date, it is related to the view. For example, if the active view is a Day view, you could set its property DayCount.
this.radScheduler1.GetDayView().DayCount = 3;

Each view has different representation of how the days should be displayed. I hope that this will help you.

All the best,
Dobry Zranchev
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
0
Daniel Antazu
Top achievements
Rank 1
answered on 13 Sep 2010, 10:04 PM
Please,  i need  get the End Date when i drag one appointment
0
Dobry Zranchev
Telerik team
answered on 17 Sep 2010, 06:09 PM
Hi Daniel Antazu,

Thank you for contacting us. If understand the question, you want to get the end date of the appointment when dragging it. If this is the case you should to take the start date and add the appointment duration to it. This will give you the end date.

If you have any further questions, I will be glad to assist you.

Best wishes,
Dobry Zranchev
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
Tags
Scheduler and Reminder
Asked by
Sophie
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Sophie
Top achievements
Rank 1
Daniel Antazu
Top achievements
Rank 1
Dobry Zranchev
Telerik team
Share this question
or