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

how to display 3 months a glance?

4 Answers 54 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
pramodh
Top achievements
Rank 1
pramodh asked on 21 Oct 2010, 11:22 AM
how to display 3 months at 1 glance in rad calender? is there ny property in RadCalender or RadDateTimePicker or RadDatePicker for this

4 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 21 Oct 2010, 11:26 AM
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
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:
<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
Tags
Calendar
Asked by
pramodh
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
pramodh
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or