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

raddatepicker important bug after last upgrade

3 Answers 60 Views
Input
This is a migrated thread and some comments may be shown as answers.
Giancarlo
Top achievements
Rank 1
Giancarlo asked on 29 Jun 2012, 10:44 PM

Hi ,
by setting dateinput-label property to any string value for example "DATA:" , the control is rendered with the label duplicate. ("DATA: DATA:")

This is my piece of code:

<telerik:RadDatePicker ID="RadDatePicker1" DateInput-Label="TESTO:" runat="server">
</telerik:RadDatePicker>    

My version of Telerik Library is 2012.2.607.35
Thanks in advance
Gaetano

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Jul 2012, 12:42 PM
Hi Gaetano,

I also observed the same behavior in my end. As a workaround you can try the following css.

CSS:
<style type="text/css">
   .RadInput_Default .riLabel
     {
        display: none !important;
     }
</style>

Thanks,
Princy.
0
Giancarlo
Top achievements
Rank 1
answered on 02 Jul 2012, 01:29 PM
Thank you so much Princy, but  I'm not very happy for your workaround, because it is not a very final solution of this issue.
Your workaround hide the problem do not solve it!!!!!
I hope that Telerik will deploy a fix as soon as possible.
Do you agree?
Gaetano



0
Vasil
Telerik team
answered on 03 Jul 2012, 07:18 AM
Hi Gaetano,

Use it this way:
<telerik:RadDatePicker ID="RadDatePicker1" DateInput-Label="TESTO:" DateInput-EnableSingleInputRendering="false" runat="server">

We will fix the other mode as well for the Service Pack.

Regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Giancarlo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Giancarlo
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or