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

RadDatePicker issue

1 Answer 31 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Justin Maslow
Top achievements
Rank 1
Justin Maslow asked on 11 Sep 2013, 03:54 PM
On an aspx page of mine, I followed the RadDatePicker example as seen here:

http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

But, it simply does not work. The symptom is as described below:

No calendar is displayed after clicking on the calendar icon, all it does is simply roll the page to the very top.

My script manager and ajaxmanager are declared in my master page like this:

<asp:ScriptManager ID="ScriptManger1" runat="server"></asp:ScriptManager>
<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1"></telerik:RadAjaxManager>

And I have declared the ajax settings in my aspx page exactly as the demo at http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

What might be causing this problem? 

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 16 Sep 2013, 08:13 AM
Hello Justin,

It looks like there is an exception which causing the described behavior. Could you please provide your code declaration and the related code behind in order to investigate the issue further? Meanwhile you could disable the ajax and check whether any exception will be thrown.

Regards,
Kostadin
Telerik
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 the blog feed now.
Tags
Calendar
Asked by
Justin Maslow
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or