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

How to set MinDate for all RadDatePicker controls in project?

4 Answers 347 Views
Input
This is a migrated thread and some comments may be shown as answers.
tomekm
Top achievements
Rank 1
tomekm asked on 14 Jun 2010, 10:52 AM
How to set MinDate for all RadDatePicker controls in project? In one place

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 14 Jun 2010, 02:42 PM
Hello Rychu,

You could use themes as mentioned in this thread:
set default values in web.config?

Regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
atul
Top achievements
Rank 1
answered on 27 Oct 2010, 10:56 PM
date picker control got one poperty mindate..which is by default is 1980 something..and im using this control through out my project..now i know i can find each and every raddatepicker control and can set the mindate property to anything..but is their any other way to use some sort of global thing or themes to set the mindate propert of all raddatepicker to something. the only reason why im doing this is i need my raddatepicker minddate set to 1800 ..i will really appreciate any help?????
........and the link u have mentioned abovbe is not so helpful???or may be i copuldnt understand it
0
atul
Top achievements
Rank 1
answered on 28 Oct 2010, 02:15 AM
still waiting???
0
Accepted
Mike
Top achievements
Rank 1
answered on 28 Mar 2012, 07:49 PM
Web.config:
<pages styleSheetTheme="DefaultTheme">

DefaultTheme.skin:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<%--
You cannot store every date in sql server. The valid range of dates is from 1/1/1753 (1-1-1753) to 12/31/9999 (31-12-9999).
--%>
<telerik:RadDatePicker runat="server" MinDate="1/1/1753" MaxDate="12/31/9999" />

Tags
Input
Asked by
tomekm
Top achievements
Rank 1
Answers by
Daniel
Telerik team
atul
Top achievements
Rank 1
Mike
Top achievements
Rank 1
Share this question
or