Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > DatePicker > Need DatePicker to show 3 months

Not answered Need DatePicker to show 3 months

Feed from this thread
  • jay avatar

    Posted on Nov 1, 2011 (permalink)

    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.

    Reply

  • Ivo Ivo admin's avatar

    Posted on Nov 3, 2011 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > DatePicker > Need DatePicker to show 3 months
Related resources for "Need DatePicker to show 3 months"

Silverlight DatePicker Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]