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

RowHeight not applied across the whole row?

5 Answers 87 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Annie
Top achievements
Rank 1
Annie asked on 26 Aug 2010, 02:45 PM
Hello,

I have the following mark-up/code for the RadScheduler. (See Attached SchedulerMarkup.gif).
But the RadScheduler seems to only resize the Time row, but not across all the columns.  (See Attached RadSchedular.jpg).

Am I doing something wrong or is there any other property I need to set?

And, I believe, because of this, the display seems to be off.  The time line blocks should be from 9 AM ~ 6 PM on Monday, then 9 AM ~ 5 PM from Tuesday to Friday. 

My telerik control version is :2009.02.0920.35.

Thanks,
Annie

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 Aug 2010, 05:21 PM
Hi Annie,

RowHeight values less than 16 pixels are not supported by RadScheduler. Please, excuse us for this limitation of the control.

All the best,
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
0
Annie
Top achievements
Rank 1
answered on 27 Aug 2010, 09:08 PM
I set it to 17 px, and still have the same problem.

    rdsTimeView.RowHeight =

new Unit(17, UnitType.Pixel);

 


Any other suggestions?

Thank you very much,
Annie
0
Peter
Telerik team
answered on 30 Aug 2010, 03:38 PM

Can you send us your RadScheduler definition along with any css styles you might use for your page? With default settings, we cannot replicate the problem locally.


All the best,
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
0
Annie
Top achievements
Rank 1
answered on 30 Aug 2010, 03:55 PM
Hi Peter,

Did you guys try on the 2009.02.0920.35 version?  I wonder if I need an updated telerik controls. (But that would cause other problems in our system. I did that once, and a lot of the styles were off).

<
telerik:RadScheduler runat="server" ID="rdsTimeView" Width="550px"

 

SelectedView="WeekView" DayStartTime="00:00:00" DayEndTime="23:59:59" ShowAllDayRow="false"

 

 

AllowEdit="false" AllowInsert="false" WorkDayStartTime="00:00:00" WorkDayEndTime="23:59:59"

 

 

ShowHeader="false" FirstDayOfWeek="Sunday" LastDayOfWeek="Saturday" MinutesPerRow="60"

 

 

OverflowBehavior="Expand" ShowFooter="False" ShowFullTime="false" ShowDateHeaders="True"

 

 

ShowNavigationPane="False" ShowResourceHeaders="False" ShowViewTabs="False"

 

 

StartEditingInAdvancedForm="False"

 

 

TimeLabelRowSpan="2"

 

 

DataKeyField="ID" DataStartField="Start" DataEndField="End" OnNavigationCommand="rdsTimeView_NavigationCommand"

 

 

DataSubjectField="Subject" ReadOnly="true"

 

 

HoursPanelTimeFormat="hh:mm tt" OnAppointmentDataBound="rdsTimeView_AppointmentDataBound">

 

 

<MonthView ShowDateHeaders="False" ShowResourceHeaders="False" />

 

 

<WeekView ColumnHeaderDateFormat="ddd" HeaderDateFormat="" UserSelectable="false" />

 

 

</telerik:RadScheduler>

 


Style:

/*scheduler*/

.RadScheduler_Default

 

,

 

.RadScheduler_Default

 

a,

 

.RadScheduler_Default

 

input,

 

.RadScheduler_Default

 

select,

 

.RadScheduler_Default

 

textarea

 

{

 

font: normal 12px/24px arial,sans-serif, Verdana !Important;

 

}



Thanks,
Annie
0
Peter
Telerik team
answered on 01 Sep 2010, 12:43 PM
Hi Annie,

There were such problems with older versions of the control, but we believe to have fixed them. I recommend you upgrade to the current official version and if you notice any other problems, please let us know so we can help you.


Kind regards,
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
Annie
Top achievements
Rank 1
Answers by
Peter
Telerik team
Annie
Top achievements
Rank 1
Share this question
or