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

Issue with Group by in Timeline and Webservice Binding

2 Answers 80 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Glavin
Top achievements
Rank 1
Glavin asked on 11 Apr 2012, 05:56 PM
Trying to create a resource scheduler for an application and getting odd behavior from timeline view in conjunction with group by and group by direction = vertical.

here is the aspx code:
<telerik:RadScheduler ID="radScheduler" runat="server" Width="965px" OnResourcesPopulating="radScheduler_ResourcesPopulating" OnClientAppointmentsPopulated="OnClientAppointmentsPopulated"
        Height="500px" DayStartTime="07:00:00" OnClientAppointmentClick="onAppointmentClick" OnClientAppointmentsPopulating="OnClientAppointmentsPopulating"
        OnClientAppointmentDoubleClick="OnClientAppointmentDoubleClick" OnClientAppointmentDataBound="OnClientAppointmentDataBound"  OverflowBehavior="Scroll" GroupBy="Tech"
        GroupingDirection="Vertical" SelectedView="TimelineView" EnableExactTimeRendering="true"
        OnClientAppointmentEditing="OnClientAppointmentEditing" AllowDelete="false" AllowInsert="false" OnClientAppointmentCreated="OnClientAppointmentCreated" >       
        <AdvancedForm Enabled="false" Modal="true" />
        <TimelineView SlotDuration="0:30:00" NumberOfSlots="32" TimeLabelSpan="2" HeaderDateFormat="M/d/yyyy h:mm tt" StartTime="5:00" ColumnHeaderDateFormat="h:mmtt" ShowInsertArea="false"  />
        <MonthView AdaptiveRowHeight="true" VisibleAppointmentsPerDay="20"  />
        <WebServiceSettings Path="/services/ResourceScheduler.asmx" ResourcePopulationMode="ServerSide" />
    </telerik:RadScheduler>

Issues:
  • Strange spacing in rows with appointments after the first row with appointments. It looks like it is adding spacing for appointments that are not there for that resource
  • Overlapping appointments are being hidden. If you look at the ungrouped calendar in day view there is an appointment from 1 - 2 that is hidden below the 10:30 - 5 appointment.

2 Answers, 1 is accepted

Sort by
0
Glavin
Top achievements
Rank 1
answered on 11 Apr 2012, 06:18 PM
as an update I have updated the toolkit to the v.2012.1.411.40 version and issue still exists.
0
Bozhidar
Telerik team
answered on 16 Apr 2012, 09:04 AM
Hi Michael,

We've had several issues with TimelineView and just finished working on improving it's behavior and rendering. The fixed version will be available in the upcoming latest build, which will be available on tuesday (or wednesday). Could you try running your project with that version and see if the problem still occurs.
 
Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Glavin
Top achievements
Rank 1
Answers by
Glavin
Top achievements
Rank 1
Bozhidar
Telerik team
Share this question
or