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

change scheduler height when displaying advanced editTemplate

1 Answer 116 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Otto
Top achievements
Rank 1
Otto asked on 31 Mar 2010, 03:40 PM
Hello,

I've started with the advancedTemplate Sample - and I've added some new fields. so the template growth in size (hight) and the save, resp. chancel  button vanishes. (this makes the form unusable. at leased I think so -:))

I looked at the html. and I found:
<quote>
<div id="RadScheduler1" class="RadScheduler RadScheduler_Default" style="height:400px;"> 
</quote>
now I'm wondering - because I do'nt see this id , nor the class or even the style in the original aspx file. that's a miracle - isn't? 

1) How can I increase the size of this class (preferable during showing the advanced template) ? (this question is important)
2) where is the spring of the miracle class, style and ID (and how can I use/change those things)? 

thx in advance
Otto

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 06 Apr 2010, 08:42 AM
Hi Otto,

That's expected, since RadScheduler is defined in Default.aspx as follows:

<telerik:RadScheduler runat="server" ID="RadScheduler1" .../>

Since no Skin is specified, the Default skin is applied and height:400px is the minimum height maintained by RadScheduler automatically.

Can you send us the modified code that  you have used for the AdvancedForm.ascx file? We will test it and try to find what the problem is.


Best wishes,
Peter
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
Otto
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or