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

RadDatePicker style problem with Updatepanel

3 Answers 139 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
jeyaseelan
Top achievements
Rank 1
jeyaseelan asked on 23 Nov 2010, 07:24 AM
hi all,
i designed an asp:updatepanel within that some RadDatePicker control is there. Now the problem is if i run the page then i didnt see the calender styles. if i removed the update panel then i can see the styles of the RadDatePicker.

how to solve this problem? experts please help me.

please look on the attached screen shot

3 Answers, 1 is accepted

Sort by
0
SamJ
Top achievements
Rank 1
answered on 23 Nov 2010, 07:29 AM
Hi,

Try setting the EnableAjaxSkinRendering property of the picker to true in the Page_Load event handler.

SamJ
0
jeyaseelan
Top achievements
Rank 1
answered on 23 Nov 2010, 07:44 AM
sam thanks for your response,

 <radCln:RadDatePicker 

ID="RadDtPkTenderIssueDate" Runat="server"
                            MinDate="1980-01-01" ToolTip="It Should be a Selected date" Width="200px">
                            <datepopupbutton HoverImageUrl="~/RadControls/Calendar/Skins/WebBlue/Img/datePickerPopupHover.gif"
                                ImageUrl="~/RadControls/Calendar/Skins/WebBlue/Img/datePickerPopup.gif" />
                            <DateInput BorderColor="#6D91BF" ReadOnly="true">
                            </DateInput>
                        </radCln:RadDatePicker>

is my code.

 

by your idea i tried to add RadDtPkTenderIssueDate.EnableAjaxSkinRendering  but i dont get any property like that. for your reference here with i have sent my output screenshot. please guide me how to resolve this issue!!!!

0
SamJ
Top achievements
Rank 1
answered on 23 Nov 2010, 08:11 AM
It seems you are using the "classic" RadDatePicker.
I suggest that you search in its forum for a resolution or migrate to the RadDatePicker for ASP.NET AJAX control.

Regards,
SamJ
Tags
Ajax
Asked by
jeyaseelan
Top achievements
Rank 1
Answers by
SamJ
Top achievements
Rank 1
jeyaseelan
Top achievements
Rank 1
Share this question
or