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

removing today link

1 Answer 43 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sigma
Top achievements
Rank 1
Sigma asked on 23 Aug 2012, 12:12 PM

hi..
How to remove today link on radscheduler????

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 23 Aug 2012, 12:20 PM
Hi Sigma,

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

CSS:
<style type="text/css">
   .RadScheduler .rsHeader .rsToday
     {
       display:none !important;
     }
</style>

Hope this helps.

Regards,
Princy.
Tags
Scheduler
Asked by
Sigma
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or