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

Height of the Schedular

3 Answers 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vuyiswa
Top achievements
Rank 2
Vuyiswa asked on 16 Aug 2010, 08:15 AM
Good Morning All

i have a Schedular and on design time the Height is good , but on Runtime the height changes and becomes smaller, i use a IE Developer too to see which element is misbehaving and i came across this


<div class="rsContentScrollArea" style="position: relative; overflow-y: scroll; width: 1529px; height: 700px; overflow: auto;" _events="[object Object]" sizcache="25" sizset="0">
in in the "700px" it was "500px" this is not in my markup, so by changing it to be 700px it works fine, but where is this because i cant find it in the Scheduler properties or the markup of the page.

Thanks

3 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 16 Aug 2010, 01:05 PM
Hello Vuyiswa Maseko,

The OverflowBehavior property controls whether the scheduler maintains its original height and uses a scroll bar, or whether it adjusts its height automatically to display its contents. When OverflowBehavior is Expand, the size of the scheduler changes automatically when the user switches between Month, Day and Week view, and when the user toggles between Full Time mode and Business hours.
 
Best wishes,
Veronica Milcheva
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
Vuyiswa
Top achievements
Rank 2
answered on 16 Aug 2010, 03:19 PM
Good Day Admin

Is there a way to fix it to height: 700px; ?

0
Veronica
Telerik team
answered on 18 Aug 2010, 07:16 AM
Hi Vuyiswa Maseko,

You can set the Height="700px" of the scheduler and thus all views except the TimelineView will be with that height.

Greetings,
Veronica Milcheva
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
Asked by
Vuyiswa
Top achievements
Rank 2
Answers by
Veronica
Telerik team
Vuyiswa
Top achievements
Rank 2
Share this question
or