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

Fixed DateHeaders

2 Answers 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Marbry
Top achievements
Rank 1
Marbry asked on 07 Jan 2013, 05:48 PM
How can I keep the date header in TimelineView fixed?  i.e. so that it doesn't scroll vertically with the content.

When there are many rows, you scroll down and the header disappears so then you can't see the dates for each column.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Jan 2013, 06:12 AM
Hi Marby,

Try overriding the default CSS as follows to achieve your scenario.

CSS:
<style type="text/css">
    .RadScheduler .rsHorizontalHeaderTable
    {
        position: fixed !important;
        z-index: 7000 !important;
    }
</style>

Hope this helps.

Regards,
Princy.
0
Marbry
Top achievements
Rank 1
answered on 08 Jan 2013, 01:08 PM
It was odd, it just suddenly started working, I don't know if it was caching a version or what.

Thanks
Tags
Scheduler
Asked by
Marbry
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Marbry
Top achievements
Rank 1
Share this question
or