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

Scheduler all day row sharepoint and ie8 width problem

1 Answer 62 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ilias
Top achievements
Rank 1
Ilias asked on 18 Mar 2011, 03:32 PM
Hi,
I am using RadScheduler in a SharePoint site. If I enable all day row the width of the appointment is very small and I can't actually see it in Internet Explorer 8. With the other browsers this doesn't happen.
I have added the following scripts
div.RadScheduler .rsHorizontalHeaderTable, div.RadScheduler .rsContentTable
{
     width: /*\**/ 100%\9 !important;
}           
* + html div.RadScheduler .rsHorizontalHeaderTable, * + html div.RadScheduler .rsContentTable
{
     width: auto !important;
}

and tried adding something like
div.RadScheduler .rsAllDayRow > td
{
      width: auto !important;      
}

for the all day row but with no success. If I set width: 100% !important then the width of the first all day appointment is the whole scheduler.
Could you please suggest me anything?
Thanks in advance,
Ilias

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 23 Mar 2011, 03:49 PM
Hi Ilias,

The styles that you use usually fix the issue that you describe.
Can you provide us a live URL where we will be able to observe what happens on your page?
Alternatively you can open a support ticket and send us a simplified working web part that reproduces the issue.
Thank you in advance.

Regards,
Kalina
the Telerik team
Tags
Scheduler
Asked by
Ilias
Top achievements
Rank 1
Answers by
Kalina
Telerik team
Share this question
or