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

can we hide the next/prev in calender

1 Answer 26 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Harikrishnan
Top achievements
Rank 1
Harikrishnan asked on 09 Aug 2012, 11:07 AM
can we hide the next/prev in calender
seee the attached image

pls reply

Thanks and ragarda

hAri

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Aug 2012, 11:19 AM
Hi Hari,

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

CSS:
<style type="text/css">
        .RadCalendar_Default .rcTitlebar .rcPrev, .rcNext, .rcFastPrev, .rcFastNext
        {
            background-image: none !important;
        }
</style>

Hope this helps.

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