6 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 22 Oct 2010, 08:07 AM
Hello Pramodh
,
The following code will help you.
Mark-up:
-Shinu.
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?
<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?
<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
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.
Best wishes,
Vasil
the Telerik team
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