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

Scheduler not correctly displayed

5 Answers 80 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nikolay
Top achievements
Rank 1
Nikolay asked on 16 Apr 2014, 07:31 AM
Hi,

I have display problem with scheduler (file attached). Teleric.dll  is 2009.1.311.20)

5 Answers, 1 is accepted

Sort by
0
Nikolay
Top achievements
Rank 1
answered on 16 Apr 2014, 07:39 AM
Scheduler declare like this 

<asp:Panel ID="pnlTimeCard" runat="server">
        <telerik:RadScheduler ID="rsEmployeeTimecard"
          runat="server" 
          Skin="Web20"
          OverflowBehavior="Scroll"
          Width="100%"
          Height="0"
          Style="margin:0; padding:0;"
          AllowDelete="False"
          AllowEdit="true"
          AllowInsert="true"
          ReadOnly="True"
          OnClientAppointmentEditing="HideTotals"
          OnClientAppointmentInserting="HideTotals"
          OnClientAppointmentMoveStart="ClientMoveStart"
          OnClientAppointmentResizeStart="ClientResizeStart"
          CustomAttributeNames="*"
          DataSubjectField="UniqueID"
          DataKeyField="UniqueID"
          DataStartField="PunchIn"
          DataEndField="PunchOut"
          ShowFooter="False"
          StartInsertingInAdvancedForm="true"
          SelectedView="WeekView"
          DayStartTime="00:00:00"
          WorkDayStartTime="00:00:00"
          DayEndTime="23:59:59"
          WorkDayEndTime="23:59:59" 
          MonthView-UserSelectable="false" 
          DayView-UserSelectable="false"
          WeekView-UserSelectable="false" >
            <AdvancedEditTemplate>
                <scheduler:EditForm runat="server" ID="editShift"  />
            </AdvancedEditTemplate>
            <AdvancedInsertTemplate>
                <scheduler:EditForm runat="server" ID="addShift" />
            </AdvancedInsertTemplate>
            <AppointmentTemplate>
                <asp:Label runat="server" ID="lblInfo" />
            </AppointmentTemplate>
            <TimelineView UserSelectable="False" />
                <WeekView DayEndTime="00:00:00" DayStartTime="00:00:00" WorkDayEndTime="00:00:00" WorkDayStartTime="00:00:00" />
            </telerik:RadScheduler>
    </asp:Panel>

in script set up width for panel, but scheduler display only 4 days out of the week
0
Harish
Top achievements
Rank 1
answered on 16 Apr 2014, 09:21 AM
I have a problem displaying radscheduler with timeline view. In google chrome the appointment is not displaying properly.
Please check screenshot i have attached.
0
Plamen
Telerik team
answered on 17 Apr 2014, 08:38 AM
Hi Nikolay,

I have tested provided mark up but could not replicate the described behavior. It looks like an issue that is already fixed in the latest version of the control. Height="0" is not a recommended setting so you may try to remove it from the mark up of the control. That is why I will recommend you to test with a newer version and if you still observe the issue please share all the CSS that you are using so we could test it too.

@Harish The described behavior is not a know issue and does not seems to be related with the other issue in this thread. That is why I will recommend you to elaborate it and share the mark up used in a new thread so that it could be inspected separately.

Regards,
Plamen
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.

 
0
Harish
Top achievements
Rank 1
answered on 18 Apr 2014, 10:04 AM
Hi Plamen,

I got this issue when i added Resource Header Template... Please find the below code.

<ResourceHeaderTemplate>
                    <div>
                        <%# Eval("Text") %><br />
                        <asp:ImageButton runat="server" ID="btnResScreen" sid='<%# Eval("Key") %>' ImageUrl="~/static/img/common/delete.gif" />
                    </div>
                </ResourceHeaderTemplate>
0
Plamen
Telerik team
answered on 21 Apr 2014, 08:32 AM
Hello Harish,

I have tested the issue described and it was fixed at my side after removing the <div> tag from the template.

Hope this will be helpful.

Regards,
Plamen
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
Nikolay
Top achievements
Rank 1
Answers by
Nikolay
Top achievements
Rank 1
Harish
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or