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

FastNavigationStep click - Increment/Decrement date by a year

1 Answer 92 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Shamjith
Top achievements
Rank 1
Shamjith asked on 18 May 2011, 11:22 AM
Hi,

We are using telerik:RadDatePicker in our project. We have a requirement where the date should increment/decrement by one year when the user clicks the FastNavigationStep. Is there a way to make this configurable?

Regards
Shamjith

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 May 2011, 12:45 PM
Hello Shamjith,

You can easily achieve this by setting the FastNavigationStep property to desired value.
aspx:
<telerik:RadCalendar ID="RadCalendar1" FastNavigationStep="12" runat="server" FirstDayOfWeek="Monday" AutoPostBack="true">
</telerik:RadCalendar>

Thanks,
Shinu.
Tags
Calendar
Asked by
Shamjith
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or