It seems text of Label property is not visible when DateInput is included inside a DatePicker.
Label is shown here :
Label is shown here :
<
DateInput ID="Date1" runat="server" Label="Date 1" />
But not here :
<telerik:RadDatePicker ID="Date1" runat="server" DateInput-Label="Date 1" />
Is it true for you too ?9 Answers, 1 is accepted
0
Hi Etienne,
You are correct in your observation.
The DatePicker rendering does not allow adding the built-in RadInput label - it just strip it from the table. Please, add a standard ASP:Panel right next to the DatePicker instead.
Kind regards,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You are correct in your observation.
The DatePicker rendering does not allow adding the built-in RadInput label - it just strip it from the table. Please, add a standard ASP:Panel right next to the DatePicker instead.
Kind regards,
Konstantin Petkov
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Evgeny
Top achievements
Rank 1
answered on 29 Jul 2008, 02:44 PM
Dd you mean "Add standard asp:Label right before the date picker"?
Any chance to get it working in standard way (i.e. using your incapsulated label)?
Any chance to get it working in standard way (i.e. using your incapsulated label)?
0
Hi Evgeny,
Yes, I meant the ASP:Label of course, sorry for the mistake.
I'm afraid there is no way to add the encapsulated label for the DatePicker currently. The problem is caused by the rendering of the DatePicker.
Please, excuse us for any inconvenience caused because of that.
Regards,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Yes, I meant the ASP:Label of course, sorry for the mistake.
I'm afraid there is no way to add the encapsulated label for the DatePicker currently. The problem is caused by the rendering of the DatePicker.
Please, excuse us for any inconvenience caused because of that.
Regards,
Konstantin Petkov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
John Smith
Top achievements
Rank 1
answered on 02 Nov 2010, 12:59 PM
It seems this hasn't been fixed, which is a shame. Is this on the roadmap?
0
Hi John,
I am afraid that using the Label property of the DatePicker's Input control is not supported. Please use the previously suggested workaround and use an asp:Label with the picker.
Greetings,
Pavel
the Telerik team
I am afraid that using the Label property of the DatePicker's Input control is not supported. Please use the previously suggested workaround and use an asp:Label with the picker.
Greetings,
Pavel
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

Emanuele
Top achievements
Rank 2
answered on 01 Apr 2011, 12:59 PM
Please remove Label property if it does not work (to avoid misunderstanding) or fix it.
Thanks
Thanks
0
Hello Emanuele,
I am afraid that hiding the property is not possible in this scenario, without changing the DateInput control itself.
Regards,
Pavel
the Telerik team
I am afraid that hiding the property is not possible in this scenario, without changing the DateInput control itself.
Regards,
Pavel
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

Maria
Top achievements
Rank 1
answered on 21 Apr 2011, 04:27 PM
I was able to replicate the behavior like this:
<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="Label" DecorationZoneID="DatePicker" Skin="Office2007" />
<div id="DatePicker">
<label for="txPurchaseDate">Purchase Date:</label>
<telerik:RadDatePicker ID="txPurchaseDate" runat="server" Skin="Office2007">
</telerik:RadDatePicker>
</div>
I hope this works for everyone :)
0

Etiene
Top achievements
Rank 1
answered on 29 Nov 2012, 01:06 PM
Hello Maria,
Your solution is perfect for simulate a label in telerik!!!
Thank you.. :)
Etiene V.
Your solution is perfect for simulate a label in telerik!!!
Thank you.. :)
Etiene V.