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

Rad Date Picker- previous month

2 Answers 153 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 26 Jan 2009, 04:29 PM
I was curious how to make the date picker show two months, the previous month and the current month. Any insight would be greatly appreciated.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Jan 2009, 07:31 AM
Hello Greg,

To display two months for date picker you can set the MultiViewColumns or MultiViewRows to the required numbers as shown below:
aspx:
<telerik:RadDatePicker ID="RadDatePicker1" runat="server"
        <Calendar MultiViewColumns="2" MultiViewRows="0" ></Calendar
 </telerik:RadDatePicker>   

Thanks
Princy.
0
Pavlina
Telerik team
answered on 27 Jan 2009, 08:47 AM
Hello Princy,

The Multi-Month view can be achieved by setting the MultiViewColumns and MultiViewRows properties to the desired values (e.g. MultiViewColumns="2" MultiViewRows="2").
To understand how to use RadDatePicker with MultiMonthView Calendar look at the following link.

Best wishes,

Pavlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Greg
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Pavlina
Telerik team
Share this question
or