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

RadDatePicker does not pick up the Skin

3 Answers 93 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Fonny
Top achievements
Rank 1
Fonny asked on 31 Jan 2008, 06:05 PM
I am using RadDatePicker in my application.

It is working fine until I have to set up visible = false.

I only display RadDatePicker when user clicks a button. But, RadDatePicker does not pick up the skin when I set visible = true.

3 Answers, 1 is accepted

Sort by
0
Petja
Telerik team
answered on 01 Feb 2008, 07:05 AM
Hello Fonny,

Unfortunately we have to admit that the latest hotfix version of RadInput (2.1.3) or RadDatePicker (2.2.3) introduces a bug when the Visible property for the control is set to false. Please, download the RadCalendar hotfix from the following link and let us know if you have further problems.
http://www.telerik.com/community/forums/thread/b311D-bbtbmc.aspx

Sincerely yours,
Petja
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Fonny
Top achievements
Rank 1
answered on 01 Feb 2008, 01:33 PM
I am using Radcontrols Prometheus's RadDatePicker

<

telerik:RadDatePicker ID="rdpFromDate" runat="server">

</telerik:RadDatePicker>


I do not use the RadControls for ASP.NET
0
Steve
Telerik team
answered on 01 Feb 2008, 01:43 PM
Hi Fonny,

Thank you for the clarification. The problem is coming from the fact that the MS AJAX framework does not update the head element of the page where our control would normally register its styles. So when you try to show it on ajax request, it would not pick up the styles. The workaround is to either hardcode the .css files in the head element or place another instance on the page with display:none. The good news is that we are working on a workaround for this MS AJAX limitation which will be available for the Q1 release.

Sorry for the inconvenience.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar
Asked by
Fonny
Top achievements
Rank 1
Answers by
Petja
Telerik team
Fonny
Top achievements
Rank 1
Steve
Telerik team
Share this question
or