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

Need DatePicker to show 3 months

1 Answer 22 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
jay
Top achievements
Rank 1
jay asked on 01 Nov 2011, 08:22 PM
When the radDatePicker button is pressed I need to present the user with 3 months over which they can select a range of dates.  Please help.

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 03 Nov 2011, 10:00 AM
Hello Jay,

RadDatePicker does not support range selection. You can achieve the desired functionality by using RadDropDownButton and RadCalendar toghether. Here is sample code:
<telerik:RadDropDownButton Width="20" Height="20">
    <telerik:RadDropDownButton.DropDownContent>
        <telerik:RadCalendar SelectionMode="Extended" Columns="3" />
    </telerik:RadDropDownButton.DropDownContent>
</telerik:RadDropDownButton>

Hope this helps.

All the best,
Ivo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
DatePicker
Asked by
jay
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or