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

AllDayRow bugg?

6 Answers 60 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Per
Top achievements
Rank 1
Per asked on 10 Sep 2008, 02:08 PM

Hello,
we have a complex booking system using a scheduler to control our shifts.

When we have DayView-GroupingDirection="Horizontal" we get the correct rendering, but when we have the setting to Verticaly we still get the grey/silver row on top of every grouping element.

Reading the source (wot comes out from the rendered browser result) i suspect that its some of the code that are still displaying even though it shouldn´t.

<table class="rsColumnHeaderTable" cellpadding="0" cellspacing="0" border="0">
     <tr class="rsColumnHeaderRow">
      <th class="rsMainHeader rsLastCell">DHL</th>
     </tr>
    </table>

ASPX code:

<

telerik:RadScheduler ID="staffSchedule" runat="server" DayEndTime="00:00:00"
DayStartTime="07:00:00" TimeLabelRowSpan="1"
FirstDayOfWeek="Monday" LastDayOfWeek="Sunday"
onappointmentdelete="staffSchedule_AppointmentDelete"
onappointmentupdate="staffSchedule_AppointmentUpdate"
CustomAttributeNames="asp:Panel,table,tr,td,staff,css,diff,shiftId" HoursPanelTimeFormat="HH:mm" Height="537px"
ShowAllDayRow="False" AllowInsert="False"
StartEditingInAdvancedForm="False" EnableAdvancedForm="False" ondatabinding="staffSchedule_DataBinding"
OnClientAppointmentEditing="OnClientAppointmentEditing" AllowEdit="False"
ShowViewTabs="False" WorkDayEndTime="00:00:00"
WorkDayStartTime="07:00:00" Width="5000px" OverflowBehavior="Scroll" GroupBy="Customers"

DayView-GroupingDirection="Vertical">
<DayView WorkDayStartTime="07:00:00" WorkDayEndTime="00:00:00"
DayEndTime="00:00:00" DayStartTime="07:00:00">
</
DayView>
<AppointmentTemplate>
<div class="<%# Eval("css") %>">
<%# Eval("subject") %>

</
div>
</AppointmentTemplate>
</
telerik:RadScheduler>


As far as i can see the "bugg" is when switching between 
DayView-GroupingDirection="Horizontal" and
DayView-GroupingDirection="Vertical"

6 Answers, 1 is accepted

Sort by
0
Per
Top achievements
Rank 1
answered on 10 Sep 2008, 02:39 PM

Localization on the problem;

the problem occurs on changing the 

ShowAllDayRow

="True" or  ShowAllDayRow="False"

If we change it to "false" main area of the calender get all weird,
its ading rows to the calendar and the timeline does not add these lines.
Meaning that times are displayed wrong.


0
Per
Top achievements
Rank 1
answered on 10 Sep 2008, 02:44 PM
The bug is when,

ShowAllDayRow

="False"and DayView-GroupingDirection="Horizontal" are applyed.
Then it adds these strange spacer cells or something in the main cal window.

0
T. Tsonev
Telerik team
answered on 11 Sep 2008, 02:52 PM
Hello Perpan,

Can you please post a screenshot, as we are not really sure that we see the problem? You cannot attach directly files here, but you can either use a free image hosting site or open a formal support ticket. Thank you.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Per
Top achievements
Rank 1
answered on 15 Sep 2008, 09:40 AM
Here is a link to the screenshot

Bugg screenshot
0
Anders
Top achievements
Rank 1
answered on 16 Sep 2008, 06:52 AM
We are experience the same problem, if there aren't any quick solution we'll change to some other controls soon.
0
T. Tsonev
Telerik team
answered on 16 Sep 2008, 04:29 PM
Hello Perpan,

Thank you for submitting the bug report. We have managed to reproduce and fix the issue. I am attaching you the trial hotfix here. Your Telerik points have been updated for your involvement.

All the best,
Tsvetomir Tsonev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Per
Top achievements
Rank 1
Answers by
Per
Top achievements
Rank 1
T. Tsonev
Telerik team
Anders
Top achievements
Rank 1
Share this question
or