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

How to align custom footer

2 Answers 85 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Oscar Wahlen
Top achievements
Rank 1
Oscar Wahlen asked on 31 Mar 2011, 02:48 PM
I need some help aligning a custom footer with aggregated values to the timeslot columns of a RadScheduleView (see attached screenshot). How can I get the actual width property of each individual timeslot column? With the RadScheduler we could do something similar to this:

AppointmentsControl _ac = this.theScheduler.ChildrenOfType<AppointmentsControl>().Single(ac => ac.Name == "NotAllDayAppointmentsControl");
int iActualWidth = _ac.ChildrenOfType<TimeSlotItem>().First().ActualWidth;

But how do I achieve this in the RadScheduleView control?

Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 06 Apr 2011, 09:42 AM
Hi Oscar,

 
Unfortunately the information for the actual width of the timeslot columns cannot be obtained like in the RadScheduler control. We are currently working on implementing this feature for the RadScheduleView. It will be included in the next major release Q2 2011 in the summer. We will do our best to provide an early beta version in 4-6 weeks, when most of the features for Q2 are ready.

Meanwhile, I would suggest you to use custom GroupHeader. I hope this will suit your needs. You can find an example how to use a custom GroupHeader here - http://demos.telerik.com/silverlight/#ScheduleView/CustomStyles/GroupHeaderTemplate

I hope this helps.

Best wishes,
George
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
Oscar Wahlen
Top achievements
Rank 1
answered on 08 Apr 2011, 08:03 AM
Thank you for your answer. We will use the group headers to display the aggregated values as an alternative to our custom footer.
Tags
ScheduleView
Asked by
Oscar Wahlen
Top achievements
Rank 1
Answers by
George
Telerik team
Oscar Wahlen
Top achievements
Rank 1
Share this question
or