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

Month view only showing 3 weeks

4 Answers 82 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Craig Gamble
Top achievements
Rank 1
Craig Gamble asked on 08 Apr 2009, 03:04 PM
using c#2.0
scheduler version 2009.1.9.316

is it possible to get the month view to show the whole month? and not just 3 weeks?

Cheers,
Craig

4 Answers, 1 is accepted

Sort by
0
Craig Gamble
Top achievements
Rank 1
answered on 08 Apr 2009, 04:16 PM
sorted...

 

SchedulerMonthView view = this.schRates.GetMonthView();

 

view.WeekCount = 4;

just need to play around now to get it to show the whole month starting at 1st of every month

0
Boyko Markov
Telerik team
answered on 10 Apr 2009, 11:14 AM
Hello Craig Gamble,

I'm happy to hear that you've found the property you need. Please do not hesitate to contact us if you have any questions regarding RadControls for Winforms.

All the best,
Boyko Markov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Versile
Top achievements
Rank 1
answered on 08 Jun 2009, 07:09 AM
Thanks for that... I noticed that the view has a property for StartDate, and I can tell the calendar to start at that date, but it still allows the user to "scroll" into the past. Can I limit that? I'd also like to stop them from scrolling beyond an "EndDate"?

-- Additionally, I am setting some cell properties in Monthview and when I scroll I lose those properties (such as color of the cells and appended text to the cell.header

Another odd item I have not yet figured out how to solve, how to enable scrollbars to show up? The mousescrolling works fine, but it would be nice if a visual cue was available (that I have yet found)
0
Boyko Markov
Telerik team
answered on 11 Jun 2009, 01:42 PM
Hello Versile,

1. In the current version you cannot limit the scrolling behavior. We will re-consider this in the upcoming versions of the control. The only thing I can suggest is to use RadScheduler ActiveViewChanging event and get the new view StartDate. If this start date is not appropriate, set the Cancel property to true and this will prevent the creation of a new view.

2. I confirm that behavior. It is really not very intuitive. This is because in month cell I have one more cell as a child which is the header cell and the text from the month cell is automatically appended to the header cell. To be honest, I did not realize that users will want to change the BackColor and Text settings of the entire month cell. I will think about the improvements of that behavior. Thank you for pointing it out.

3. We haven't added scrollbars by design in the month view. I agree that a visual cue that you can scroll would be a nice add-in. We didn't add scrollbars because when I tested the behavior in Outlook the scrollbars in the MonthView worked a little bit strange. We will do our best to add a visual cue that people can scroll up/down in the month view.

Please write us back if you need more information.

Regards,
Boyko Markov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler and Reminder
Asked by
Craig Gamble
Top achievements
Rank 1
Answers by
Craig Gamble
Top achievements
Rank 1
Boyko Markov
Telerik team
Versile
Top achievements
Rank 1
Share this question
or