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

Rad date Picker and Rad Textbox not displayimg on website

1 Answer 95 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
emmanuel
Top achievements
Rank 1
emmanuel asked on 18 Feb 2020, 10:43 AM

Hello ,

           Please i the raddate picker and rad textbox is not dispalying.I moved form one server to another.On the new server the raddate picker and rad textbox is not dispalying.The rad date picker diplays this error Open the calendar popup.  My code

 

<telerik:RadDatePicker ID="RadDatePicker1" Runat="server" 
                        Culture="English (United States)" Skin="WebBlue" 
                        onselecteddatechanged="RadDatePicker1_SelectedDateChanged" Width="150px">
                        <calendar skin="WebBlue" usecolumnheadersasselectors="False" 
                            userowheadersasselectors="False" viewselectortext="x">
                        </calendar>
                        <datepopupbutton hoverimageurl="" imageurl="" />
                    </telerik:RadDatePicker>

 

 

Please Help

 

 

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Feb 2020, 09:15 AM

Hello Emmanuel,


Can you please open the browser console and check for JavaScript errors? If you are using RadAjaxManager or RadAjaxPanel, disable the AJAX as instructed here to get more descriptive errors.

Can you send us screenshots of the error and of the page renders?

What happens if you remove this property onselecteddatechanged?


Regards,
Rumen
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Tags
DatePicker
Asked by
emmanuel
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or