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

Scheduler Allignment issue

1 Answer 30 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
pradeep
Top achievements
Rank 1
pradeep asked on 13 Sep 2011, 10:16 AM
Hi,

We are using scheduler. When displaying the scheduler the not alligned properly (Picture attached).

Used the css

.rsTimelineView .rsAllDayRow
{
    height: 25px !important;
}

Please let me know how to resolve the issue.

Thanks

1 Answer, 1 is accepted

Sort by
0
pradeep
Top achievements
Rank 1
answered on 13 Sep 2011, 11:54 AM
Fixed the issue by placing below styles

.RadScheduler .rsTimelineView .rsAllDayRow
{
    height: 25px !important;
      
}
.RadScheduler .rsTimelineView .rsAllDayRow td
{
    height: 25px !important;    
}
Tags
Scheduler
Asked by
pradeep
Top achievements
Rank 1
Answers by
pradeep
Top achievements
Rank 1
Share this question
or