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

Hide Today Option in Navigation Pane

3 Answers 220 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 10 Nov 2010, 09:52 PM
Is it possible to hide the 'Today' link in the RadScheduler NavigationPage so that only Previous, Next, and the date picker are visible?

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Nov 2010, 05:30 AM
Hi Greg,


Add the following CSS on page to hide the today link.

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



-Shinu.
0
Greg
Top achievements
Rank 1
answered on 29 Nov 2010, 07:50 PM
Perfect. 

What about hiding the 'Go To Today' option in the context sensitive menu (other two options are New Appointment and Show 24 hours...)?
0
Veronica
Telerik team
answered on 30 Nov 2010, 05:20 PM
Hi Greg,

You can customize the TimeSlotContextMenu to not show the "Go To Today" item. Please take a look at this help topic for how to do it.

Hope this helps.

Best wishes,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Greg
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Greg
Top achievements
Rank 1
Veronica
Telerik team
Share this question
or