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

Hide week's number and make the <<, <, >, >> button work

6 Answers 104 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
pramodh
Top achievements
Rank 1
pramodh asked on 22 Oct 2010, 06:58 AM
How to hide week's number and make the <<, <, >, >> button work in multi month view calender i.e. with 1 row and 3 columns?

thanks
Pramodh

6 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Oct 2010, 08:07 AM
Hello Pramodh ,


The following code will help you.

Mark-up:
<telerik:RadCalendar ID="RadCalendar2" runat="server" AutoPostBack="true" MultiViewColumns="3" ShowRowHeaders="false"
    MultiViewRows="1" EnableMonthYearFastNavigation="true">
</telerik:RadCalendar>



-Shinu.
0
pramodh
Top achievements
Rank 1
answered on 22 Oct 2010, 08:52 AM
my code is some thing like this below still its not working

  <telerik:RadDateTimePicker ID="StartDtPicker" runat="server" Skin="Windows7">                              
                                <Calendar MultiViewColumns="3" MultiViewRows="1" ShowOtherMonthsDays="false"
                                ShowRowHeaders="false"  
                                CalendarTableStyle-BackColor="AliceBlue"
                                DayStyle-Font-Bold="true" EnableMonthYearFastNavigation="true">
                                </Calendar>
  </telerik:RadDateTimePicker>

nything wrong with this?
0
pramodh
Top achievements
Rank 1
answered on 22 Oct 2010, 09:03 AM
still not working
0
pramodh
Top achievements
Rank 1
answered on 22 Oct 2010, 09:10 AM
pls help
0
pramodh
Top achievements
Rank 1
answered on 22 Oct 2010, 11:51 AM
my code is some thing like this below still its not working

  <telerik:RadDateTimePicker ID="StartDtPicker" runat="server" Skin="Windows7">                              
                                <Calendar MultiViewColumns="3" MultiViewRows="1" ShowOtherMonthsDays="false"
                                ShowRowHeaders="false"  
                                CalendarTableStyle-BackColor="AliceBlue"
                                DayStyle-Font-Bold="true" EnableMonthYearFastNavigation="true">
                                </Calendar>
  </telerik:RadDateTimePicker>

nything wrong with this?
0
Vasil
Telerik team
answered on 22 Oct 2010, 01:06 PM
Hello pramodh,

To hide the navigation buttons, set the property EnableNavigation="False". Also set EnableMonthYearFastNavigation to false, if you want to turn off the ability to click on header of the calendar and changing its month and year.

<telerik:RadCalendar runat="server" ID="RadCalendar2" MultiViewColumns="3" EnableNavigation="False" EnableMonthYearFastNavigation="false">
</telerik:RadCalendar>

Best wishes,
Vasil
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Calendar
Asked by
pramodh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
pramodh
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or