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

Repeater RadDatePicker

1 Answer 79 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Abdullah Önden
Top achievements
Rank 1
Abdullah Önden asked on 26 Aug 2010, 01:59 PM
Hello

I'm using a birthdate control with RadDatePicker. As you know its default minDate is 1980. In a normal condition when I change the mindate there's no problem. But in my repeater which creates multiple date pickers can't modify the mindate. Here's my code part

<asp:Repeater runat="server" ID="rptChildren">
<ItemTemplate>
    <div class="passenger">
        <div class="info">
            <span class="inputTitle">Birthdate</span>
            <telerik:RadDatePicker ID="dtChildBirthDate" runat="server" Width="150px" MinDate="1/1/1910"></telerik:RadDatePicker>
        </div>
    </div>
</ItemTemplate>
</asp:Repeater>
 

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 31 Aug 2010, 11:55 AM
Hello Abdullah,

I tried to replicate the issue which you described, but to no avail.
Attached to this message, you will find the code which I used for testing.

Please, take a look at it and let me know if there are any differences at your end, which I may be leaving out.

Sincerely yours,
Mira
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
Tags
Calendar
Asked by
Abdullah Önden
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or