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

Month View Group By Issue

4 Answers 50 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Timothy Kruszewski
Top achievements
Rank 1
Timothy Kruszewski asked on 21 Sep 2010, 11:01 PM
When I group users into the month view thier names are not lining up properly with thier schedules and I also see allot of white space at the bottom of the screen.  I have the over flow behavior set to expand so users don't have to scroll within the scheduler.

<telerik:RadScheduler ID="RadScheduler1" runat="server" TimelineView-NumberOfSlots="5"
           Skin="Web20" EnableEmbeddedSkins="true" EnableEmbeddedBaseStylesheet="false"
           DataStartField="Start" DataEndField="End" DataSubjectField="Subject" DataKeyField="ID"
           EnableDescriptionField="true" GroupingDirection="Vertical" StartInsertingInAdvancedForm="True"
           AdvancedForm-Modal="False" OnAppointmentDelete="RadScheduler1_AppointmentDelete"
           OnAppointmentInsert="RadScheduler1_AppointmentInsert" OnAppointmentUpdate="RadScheduler1_AppointmentUpdate"
           OnFormCreating="RadScheduler1_FormCreating" OnFormCreated="RadScheduler1_FormCreated"
           OnAppointmentDataBound="RadScheduler1_AppointmentDataBound" OnDataBound="RadScheduler1_OnDataBound"
           OnNavigationComplete="RadScheduler1_NavigationComplete">
           <WeekView DayStartTime="06:00:00" DayEndTime="23:59:00" WorkDayStartTime="08:00:00"
               WorkDayEndTime="18:00:00" />
           <DayView DayStartTime="06:00:00" DayEndTime="23:59:00" WorkDayStartTime="08:00:00"
               WorkDayEndTime="18:00:00" />
           <MonthView VisibleAppointmentsPerDay="20" AdaptiveRowHeight="true" />
           <TimelineView SlotDuration="12:00:00" NumberOfSlots="10" TimeLabelSpan="2" ColumnHeaderDateFormat="dddd, MMMM d" />
           <ResourceStyles>
               <telerik:ResourceStyleMapping Type="Category" Text="Out of Office" ApplyCssClass="rsCategoryViolet" />
               <telerik:ResourceStyleMapping Type="Category" Text="After Hours" ApplyCssClass="rsCategoryRed" />
               <telerik:ResourceStyleMapping Type="Category" Text="Projects" ApplyCssClass="rsCategoryDarkGreen" />
               <telerik:ResourceStyleMapping Type="Category" Text="MACs" ApplyCssClass="rsCategoryGreen" />
               <telerik:ResourceStyleMapping Type="Category" Text="VNMS" ApplyCssClass="rsCategoryDarkBlue" />
               <telerik:ResourceStyleMapping Type="Category" Text="IPT/Engineering" ApplyCssClass="rsCategoryDarkRed" />
               <telerik:ResourceStyleMapping Type="Category" Text="Other" ApplyCssClass="rsCategoryOrange" />
               <telerik:ResourceStyleMapping Type="Category" Text="Remote Day" ApplyCssClass="rsCategoryYellow" />
               <telerik:ResourceStyleMapping Type="Category" Text="Region Coverage" ApplyCssClass="rsCategoryPink" />
           </ResourceStyles>
           <TimeSlotContextMenuSettings EnableDefault="true" />
           <AppointmentContextMenuSettings EnableDefault="true" />
       </telerik:RadScheduler>

protected override void OnPreRender(EventArgs e)
   {
       RadScheduler1.OverflowBehavior = OverflowBehavior.Expand;     
       base.OnPreRender(e);
   }

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 Sep 2010, 04:35 PM
Hello Timothy,

Thank you for reporting this issue. It seems like a bug with RadScheduler, so I will log it and our developers will address it as soon as possible. Please, excuse us for any inconvenience caused by this.


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
0
Michael
Top achievements
Rank 1
answered on 03 Jun 2014, 02:29 PM
Are there any news yet? We still have the same issue in 2013.3.1324.40
0
Michael
Top achievements
Rank 1
answered on 03 Jun 2014, 02:48 PM
The current workaround we implemented in a resize-handler:

$($('.rsVerticalHeaderTable')[0]).height($('.rsContentWrapper .rsContentScrollArea')[0].scrollHeight);

But it slows down the window-resize-behaviour, so a better solution would be appreciated.
0
Hristo Valyavicharski
Telerik team
answered on 06 Jun 2014, 01:40 PM
Hi Michael,

What is your browser. This seems to be fixed for IE11, FF, Chrome.

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Timothy Kruszewski
Top achievements
Rank 1
Answers by
Peter
Telerik team
Michael
Top achievements
Rank 1
Hristo Valyavicharski
Telerik team
Share this question
or