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

Scrollbars inside of MonthView

1 Answer 99 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Sahand
Top achievements
Rank 1
Sahand asked on 08 Apr 2012, 08:38 PM
Hi,
I'm working with a radScheduler (2011 Q3) in MonthView. The FirstDayOfWeek is set to Saturday and right-to-left is true, so the days of week are displayed in this order:
Friday-Thursday-Wednesday-Tuesday-Monday-Sunday-Saturday
The problem is when appointments in one day are more than a few, vertical scrollbar for that week is shown at the right side of Friday. So I have scrollbars in the middle of my scheduler, like this:
Friday|Scrollbar|-Thursday-Wednesday- ...
How can I put that scrollbar at the right side of Saturday, or at the left side of Friday?

Thanks again for the great products.

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Todorov
Telerik team
answered on 11 Apr 2012, 04:42 PM
Hello Sahand,

Thank you for writing.

This appears to be an issue with the layout of MonthView in RightToLeft mode. I have logged it to PITS and we will address it in a next release. Here is the link to the PITS item. For the time being, I cannot provide you with a suitable workaround due to the internal implementation of RadScheduler. However, you can disable the scroll bars by setting the following property:
this.radScheduler1.GetMonthView().EnableAppointmentsScrolling = false;

Your Telerik points have been updated for reporting this issue.

Kind regards,
Ivan Todorov
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
Tags
Scheduler and Reminder
Asked by
Sahand
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or