4 Answers, 1 is accepted
0
Hello pramodh,
Consider using the multi-month view feature of RadCalendar for this purpose. You can see it in action here:
http://demos.telerik.com/aspnet-ajax/calendar/examples/functionality/multimonthview/defaultcs.aspx
Best regards,
Sebastian
the Telerik team
Consider using the multi-month view feature of RadCalendar for this purpose. You can see it in action here:
http://demos.telerik.com/aspnet-ajax/calendar/examples/functionality/multimonthview/defaultcs.aspx
Best regards,
Sebastian
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
0

pramodh
Top achievements
Rank 1
answered on 21 Oct 2010, 11:58 AM
I have a problem again.. i don't want this multi view months to display before it self.. can I get this in RadDateTimePicker? and I want only 1 row with 3 months being displayed. Will this be possible?
0
Accepted

Shinu
Top achievements
Rank 2
answered on 21 Oct 2010, 12:06 PM
Hello Pramod,
It is possible with RadDateTimePicker control. Checkout the following mark-up.
aspx:
-Shinu.
It is possible with RadDateTimePicker control. Checkout the following mark-up.
aspx:
<
telerik:RadDateTimePicker
ID
=
"RadDateTimePicker3"
runat
=
"server"
>
<
Calendar
MultiViewColumns
=
"3"
MultiViewRows
=
"1"
>
</
Calendar
>
</
telerik:RadDateTimePicker
>
-Shinu.
0

pramodh
Top achievements
Rank 1
answered on 21 Oct 2010, 12:10 PM
thanks Shinu, tat was of great help.. :)
-Pramodh
-Pramodh