
Felipe Botero
Top achievements
Rank 1
Felipe Botero
asked on 20 Jun 2011, 04:41 PM
Hi I write because i'm facing a very strange issue, the rad RadDatePicker is working correctly when I place it outside a table, but when I put it inside the table it does'nt have any skin.
I have removed all of the styles in the table with no success, I'm working in dot net nuke and the version of my controls is Telerik.Web.UI v.2011.1.315.40.
I'm attaching an image that shows the problem
I've properly set the skin to vista and i'm not usign custom skins. just leave the control as it is after I dragged it from the toolbox.
THIS ISSUE ONLY HAPPENS IN IE9, NOT IN CHROME
More info: This issue doesn't happen if the panel in wich is the datepicker is visible from the beggining.
I have removed all of the styles in the table with no success, I'm working in dot net nuke and the version of my controls is Telerik.Web.UI v.2011.1.315.40.
I'm attaching an image that shows the problem
I've properly set the skin to vista and i'm not usign custom skins. just leave the control as it is after I dragged it from the toolbox.
THIS ISSUE ONLY HAPPENS IN IE9, NOT IN CHROME
More info: This issue doesn't happen if the panel in wich is the datepicker is visible from the beggining.
5 Answers, 1 is accepted
0
Hi Felipe,
Is the RadDatePicker shown as a result of ajax request? Try setting the RadDatePicker EnableAjaxSkinRendering property to true in the module Page_LOad server-side event and see if it makes any difference.
All the best,
Iana
the Telerik team
Is the RadDatePicker shown as a result of ajax request? Try setting the RadDatePicker EnableAjaxSkinRendering property to true in the module Page_LOad server-side event and see if it makes any difference.
All the best,
Iana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Igor
Top achievements
Rank 1
answered on 07 Jul 2011, 05:45 PM
I'm having exactly same problem; I have followed your advice, unfortunately in did not help.
Do you have any other suggestions?
0
Hello Igor,
Can you share the module code? I will check it out and try find what might went wrong.
Greetings,
Iana
the Telerik team
Can you share the module code? I will check it out and try find what might went wrong.
Greetings,
Iana
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
0

Piyushkumar
Top achievements
Rank 1
answered on 24 Sep 2013, 03:02 AM
Hi,
I am having same issue. Any work-around so far?
I have added it to the issue tracker. Please vote it so it gets priority.
http://feedback.telerik.com/Project/108/Feedback/Details/61531-raddatetimepicker-rendering-issue-on-ie-9-ui-is-screwed-on-first-load
Thanks.
I am having same issue. Any work-around so far?
I have added it to the issue tracker. Please vote it so it gets priority.
http://feedback.telerik.com/Project/108/Feedback/Details/61531-raddatetimepicker-rendering-issue-on-ie-9-ui-is-screwed-on-first-load
Thanks.
0

Shinu
Top achievements
Rank 2
answered on 31 Dec 2013, 09:01 AM
Hi Piyushkumar,
Please have a look into the sample code snippet which works fine at my end.
ASPX:
Thanks,
Shinu.
Please have a look into the sample code snippet which works fine at my end.
ASPX:
<
table
>
<
tr
>
<
td
>
<
telerik:RadDatePicker
ID
=
"RadDatePicker1"
runat
=
"server"
Skin
=
"Black"
>
</
telerik:RadDatePicker
>
</
td
>
</
tr
>
</
table
>
Thanks,
Shinu.