<telerik:RadDateTimePicker ID="StartDtPicker" runat="server" Skin="Windows7"
Calendar-EnableMonthYearFastNavigation="true">
<Calendar MultiViewColumns="3" MultiViewRows="1" ShowOtherMonthsDays="false"
ShowRowHeaders="false" CalendarTableStyle-BackColor="AliceBlue"
DayStyle-Font-Bold="true" NavigationPrevText="" NavigationNextText="">
<SpecialDays>
<telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="Bisque" />
</SpecialDays>
</Calendar>
</telerik:RadDateTimePicker>
do i need to write event handlers to for these navigation button actions?
Calendar-EnableMonthYearFastNavigation="true">
<Calendar MultiViewColumns="3" MultiViewRows="1" ShowOtherMonthsDays="false"
ShowRowHeaders="false" CalendarTableStyle-BackColor="AliceBlue"
DayStyle-Font-Bold="true" NavigationPrevText="" NavigationNextText="">
<SpecialDays>
<telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="Bisque" />
</SpecialDays>
</Calendar>
</telerik:RadDateTimePicker>
do i need to write event handlers to for these navigation button actions?