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

Calendar showing days not in the month

3 Answers 39 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
andieje
Top achievements
Rank 1
andieje asked on 08 Sep 2013, 07:41 PM
Hello

I am using an old version of RadCalendar (q3 2007) but i hope you can help me. I think the picture says it all - the calendar displays days that are not in the month. Please can you advise how to fix this

thanks

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Sep 2013, 05:50 AM
Hi andieje,

Please set the ShowOtherMonthsDays property of RadCalendar to false.

ASPX:
<telerik:RadCalendar ID="RadCalendar1" runat="server" ShowOtherMonthsDays="false">
</telerik:RadCalendar>

Thanks,
Shinu.
0
andieje
Top achievements
Rank 1
answered on 12 Sep 2013, 08:41 PM
Hi

That doesnt fix it. Please see attached screenshot

thanks
0
Shinu
Top achievements
Rank 2
answered on 13 Sep 2013, 03:13 AM
Hi andieje,

Please have a look at the following CSS.

CSS:
<style type="text/css">
    .RadCalendar_Default .rcRow th
    {
        visibility: hidden !important;
    }
</style>

Thanks,
Shinu.
Tags
Calendar
Asked by
andieje
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
andieje
Top achievements
Rank 1
Share this question
or