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

Hide "today" link in RadMonthYearPicker

4 Answers 143 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Karam
Top achievements
Rank 2
Karam asked on 13 Jun 2011, 08:34 AM
Hello ,
i want to hide "today" link in control .
any ideas ?

4 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 13 Jun 2011, 11:27 AM
Hello Karam,

You can achieve this by overriding the default CSS like below.
CSS:
.rcTodayButton
    {
        display:none ;
    }

Thanks,
Shinu.
0
Karam
Top achievements
Rank 2
answered on 13 Jun 2011, 12:39 PM
Thanks a lot Shinu , it works good .
but the "cancel" and "ok" buttons appear without any space between them , can i add some space ?.
0
Accepted
Shinu
Top achievements
Rank 2
answered on 13 Jun 2011, 01:50 PM
Hello Karam,

You can achieve this by setting the CSS Margin property.
CSS:
.rcOkButton
        {
             margin-right:30px !important;
        }

Thanks,
Shinu.
0
Karam
Top achievements
Rank 2
answered on 13 Jun 2011, 10:20 PM
Thats works well , thank you :)
Tags
Calendar
Asked by
Karam
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Karam
Top achievements
Rank 2
Share this question
or