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

Multiview calendars

1 Answer 62 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Anil
Top achievements
Rank 1
Anil asked on 29 Sep 2009, 05:47 PM

I have two calendars next to each other.
<telerik:RadCalendar ID="RadCalendar1" runat="server" AutoPostBack="true" MultiViewColumns="2"
        MultiViewRows="1" EnableMultiSelect="false" OnPreRender="RadCalendar1_PreRender">
    </telerik:RadCalendar>
The Height and Width attributes of the Calendar control do not work.

We need to find out how to control the size( Width and Height) of the control. I cannot reduce the width and height of the calendars.

 

 

Also how can we remove the  month headers right above the calendars.I want to keep the common header though.
Thanks
Anil

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Sep 2009, 09:55 AM
Hello Anil,

I also tried to reduce the calendar size but It is not reducing below a certain value. I can increase size by setting the Width and Height properties. So I guess the RadDatepicker keeping a minimum calendar size and we cannot reduce beyond that.

You could ad the following CSS in order to hide the month header in calendars:
 
<style type="text/css"
.RadCalendarMultiView_Default .rcMainTable .rcTitle 
      displaynone !important; 
</style> 

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