hide 'Today' button from the calender(Telerik schdul

Posted by Community Admin on 04-Aug-2018 08:12

hide 'Today' button from the calender(Telerik schduler)

All Replies

Posted by Community Admin on 28-Sep-2011 00:00

Hi

Can we hide the 'Today' link from the schduler..
See the attacjhed image
Its very urgent
please help me

Thanks Hari

Posted by Community Admin on 28-Sep-2011 00:00

Hello Harikrishnan,

You can use this Css setting to hide the "Today" button:

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

Hope this helps.

Greetings,
Veronica Milcheva,
theTelerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 28-Sep-2011 00:00

Thanks,
Its working fine
thnks

Bye
Hari

This thread is closed