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

Scheduler day view slot width

1 Answer 82 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hoss Mousavi
Top achievements
Rank 1
Hoss Mousavi asked on 27 Jan 2011, 05:00 AM
I am having problem in the day view of calendar - the slot width is very minimaland I cannot get them to be expanded (see attachment). I am new to Telerik stuff, have played with a few settings but no luck. Month and week views are fine. The html for the control is:

 <telerik:RadScheduler ID="Scheduler1" runat="server" Culture="en-CA" DataKeyField="Id"
                SelectedView="MonthView" DataEndField="End" DataStartField="Start" DataSubjectField="Subject"
                Width="90%" OnAppointmentDataBound="Scheduler1_AppointmentDataBound"
                OnAppointmentDelete="Scheduler1_AppointmentDelete" BorderStyle="None"
                CssClass="RadCalendar_Windows7" OverflowBehavior="Expand"
                ColumnWidth="200px" AllowEdit="False" OnAppointmentClick="Scheduler1_AppointmentClick"
                OnAppointmentInsert="Scheduler1_AppointmentInsert" AllowInsert="true" AdvancedForm-Enabled="False"
                AdvancedForm-EnableResourceEditing="False" verflowBehavior="Expand" Skin="Windows7"
                ReadOnly="false">
                <AdvancedForm Enabled="False" />
                <DayView EnableExactTimeRendering="True" />
            </telerik:RadScheduler>

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 28 Jan 2011, 10:51 AM
Hello Hoss,

Similar issue has been discussed in this forum post. I hope it helps for your case as well.

Greetings,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Hoss Mousavi
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or