RadDatePicker < button doesn't works.

Posted by Community Admin on 03-Aug-2018 12:17

RadDatePicker < button doesn't works.

All Replies

Posted by Community Admin on 15-Nov-2011 00:00



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.

Posted by Community Admin on 18-Nov-2011 00:00

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>

The ">" and ">>", "<" and "<<" buttons worked just as expected - > and < moved the calendar by one month and the << and >> by three months. Can you send me the template that you are using for the DatePicker that breaks this buttons, as I'm not able to reproduce the issue here?

Kind regards,
Svetoslav Petsov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed