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

The Width and Height of the Weekview is not Complete

2 Answers 60 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vuyiswa
Top achievements
Rank 2
Vuyiswa asked on 07 May 2010, 08:51 AM
Good Day All

i have a problem, my Weekview and my Day View is not visible clearly. i have a screen-shot of it

Thanks

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 10 May 2010, 10:08 AM
Hi Vuyiswa,

That's quite unusual. Please, give us more details such as browser type and version, RadScheduler settings, any custom skin used to style RadScheduler or any external css styles added to the page. If you have a live url, you can send this as well.


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
Vuyiswa
Top achievements
Rank 2
answered on 10 May 2010, 10:17 AM
Good Day Admin

Here is the defination of my Schedular

        <telerik:RadScheduler ID="RadScheduler1"  runat="server" DataSourceID="SqlDataSource2"
            DataEndField="ENDDATE" DataKeyField="ID" Skin="Gray" Height="100%" DataSubjectField="SUBJECTS" DataStartField="STARTDATE" AllowDelete="False" AllowEdit="False" AllowInsert="False" Width="100%" DayEndTime="20:00:00" DisplayRecurrenceActionDialogOnMove="True" OverflowBehavior="Expand" SelectedView="MonthView" CssClass="NewViewer.css">
            <MultiDayView UserSelectable="True" />
        </telerik:RadScheduler>
       

and i have the following Css that is linked to the Schedular

.RadScheduler .rsApt
{
    padding-bottom: 4px;
}

.bigModuleBottom { padding:17px 17px 1px; }

#ConfiguratorPanel1 ul
{
    list-style: none;
    padding: 7px 0;
    margin:0;
    float:left;
}

#ConfiguratorPanel1 ul li
{
    line-height: 24px;
    float:left;
    border-left: solid 1px #b1d8eb;
    padding-left: 11px;
    margin-left: 10px;
}
span.alex
{
    border: solid 1px #9c81a5;
    background: #c1adc8 url('Img/Alex.png') repeat-x;
    margin: 5px;
}
span.bob
{
    border: solid 1px #9f8b6d;
    background: #d1bfa5 url('Img/Bob.png') repeat-x;
    margin: 5px;
}
span.charlie
{
    border: solid 1px #9f8b6d;
    background: #bcd1a5 url('Img/Charlie.png') repeat-x;
    margin: 5px;
}

* html .RadScheduler .rsTemplateWrapper input { margin-left: 10px; width: 98% !important; }
*+html .RadScheduler .rsTemplateWrapper input { margin-left: 7px; }

.RadScheduler .UserToolbox
{
    padding-top: 5px;
}
   #ConfigurationPanel1 ul
    {
        list-style: none;
        padding:0;
        margin:0;
    }
    
    #ConfigurationPanel1 ul li
    {
     line-height: 24px;
     float:left;
     border-left: solid 1px #b1d8eb;
     padding-left: 11px;
     margin-left: 10px;
    }

Currently i dont have a live uRL. I am using IE7 and 8

Kind Regards

Vuyiswa
Tags
Scheduler
Asked by
Vuyiswa
Top achievements
Rank 2
Answers by
Peter
Telerik team
Vuyiswa
Top achievements
Rank 2
Share this question
or