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

autoPostBackControl In Undefined

1 Answer 80 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 11 Sep 2012, 12:25 PM

See The Attachment

this._autoPostBackControl=Telerik.Web.UI.Calendar.AutoPostBackControl.None

Thanks Advance,
Mohamed.

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 14 Sep 2012, 07:18 AM
Hello Mohamed,

It looks like some JS resources are not loaded in your page.
If you have disabled the embedded resources, make sure to include them all manually. For the calendar you need these:
<Scripts>
    <asp:ScriptReference Path="~/Scripts/Common/Core.js" />
    <asp:ScriptReference Path="~/Scripts/Common/jQuery.js" />
    <asp:ScriptReference Path="~/Scripts/Calendar/RadCalendarCommonScript.js" />
    <asp:ScriptReference Path="~/Scripts/Calendar/RadCalendarScript.js" />
</Scripts>
Check this help topic for more information:
http://www.telerik.com/help/aspnet-ajax/introduction-disabling-embedded-resources.html

Kind regards,
Vasil
the Telerik team
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 their blog feed now.
Tags
Calendar
Asked by
mohamed
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or