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

Format RadDateInput

5 Answers 85 Views
Input
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 23 May 2012, 09:15 AM
Hi!
I've made the upgrade at the 2012.1.411.40 telerik version.
After the upgrade,during the loading of the page, the date of RadDateInput is set at the format 'yyyy-MM-dd hh-mm-ss'.
When it finishes loading, the date return at the original format ('dd/MM/yyyy')

For more explanations i enclose the pictures of the two situations, before and after loading.

Thanks in advance

5 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 23 May 2012, 08:25 PM
Hi Lasly,

We are aware of this issue, which arises only on old versions of IE and it is related to the rendering specifications of DateInput of the picker.
This problem will be fixed on our next release, but until then please use the following workaround:
Copy Code
Copy Code
Copy Code
<telerik:RadDatePicker ... DateInput-EnableSingleInputRendering="false" > </telerik:RadDatePicker>
That should solve the issue.

Thanks for your understanding and excuse us for any inconvenience caused.

All the best,
Eyup
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.
0
Lasly
Top achievements
Rank 1
answered on 24 May 2012, 09:15 AM
Hello,
Eyup, thanks for the answer.
I have another similar problem introduced by the update.
If click of  readonly  RadDateInput  ( or  readonly RadNumericTextBox )  show twice their content.
Could you help me?

thank you very much
0
Eyup
Telerik team
answered on 28 May 2012, 12:48 PM
Hi Lasly,

I am afraid I am not able to replicate the mentioned double-text issue. If you are applying some custom styling to your project, could you please temporarily disable it and see whether the problem persists? On my side both RadDateInput and RadNumericTextBox display the text as expected.
 
Can you share on which browsers are you facing this issue or any detail which may be related to the problem?Please try to remove the additional styling and let me know what the result is.

Regards,
Eyup
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.
0
Lasly
Top achievements
Rank 1
answered on 28 May 2012, 01:48 PM
Hi ,
I don't have  additional styling.
The browser  with the problem is only IE8 .
On IE8  both RadDateInput and RadNumericTextBox dosen't display the text as expected if cliccked when  are ReadOnly.

Try this:
<telerik:RadNumericTextBox ID="txtNumericReadOnly" runat="server"  Value="103" ReadOnly="true" >
 </telerik:RadNumericTextBox>
0
Eyup
Telerik team
answered on 29 May 2012, 04:25 PM
Hello Lasly,

Again, this issue is related to the rendering of RadInput. It has already been fixed in our latest Beta release. Please download it, replace your project's dlls and the problem should dissapear.

Another approach would be to set the EnableSingleInputRendering property of the RadNumericTextBoxes and DateInput to false.

That should solve the issue. Give it a try and let me know what the result is.

All the best,
Eyup
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
Lasly
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Lasly
Top achievements
Rank 1
Share this question
or