RadDatePicker < button doesn't works.
Hi Team,
We are using RadDatePicker. It has Calendar and having feature a "<" and a "<<" button. "<<" jumps a year; however “<” it moves only 3 month at a time.
It should be like move to previous month. Same ">" button should move to next month.
Can you please tell me how to customized calendar.
Thanks in advance.
Hi Manishkumar,
I created a user control and added a RadDatePicker on it, like this:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="Calendar.ascx.cs" Inherits="SitefinityWebApp.Controls.Calendar" %>
<
telerik:RadDatePicker
runat
=
"server"
ID
=
"DatePicker1"
></
telerik:RadDatePicker
>