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

How can i hide Today link button inRadScheduler navigation bar

2 Answers 138 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Anwar
Top achievements
Rank 2
Anwar asked on 05 Nov 2011, 05:55 AM
Hi friends,

i am using RadScheduler in our application.
As our clients requirement we have to display only arrow keys(left and right arrows) in scheduler with out today link and calender (i.e down arrow) in Navigation bar.
so how can i change this one as per clients requirement
i have changed today link using
<style type="text/css">
    .rsToday
    {
        display: none !important;
    }

</style>
how can i change calender arrow
i.e down arrow

Thanks
Anwar

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Nov 2011, 07:38 AM
Hello Anwar,

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

Thanks,
Princy.
0
Anwar
Top achievements
Rank 2
answered on 09 Nov 2011, 07:38 AM
thank you....
its working fine...





Thanks and Best Regards
Anwar
Tags
Scheduler
Asked by
Anwar
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Anwar
Top achievements
Rank 2
Share this question
or