Hi,
I am using AdvancedForm in my scheduler control. When I use your standalone AdvancedForm example, I dont get any errors and everything works fine.
But when I use the advancedform in my code, then I get the error as 'telerik not defined'. Actually my website has a asp scriptmanager defined in the Master page. So I cant register AdvancedForm.js using the scriptmanager in my telerik page.
So I tried two things. First was I tried to register the script in the Master page itself, then it gave the above error. Second I tried registering on my telerik page using asp:ScriptManagerProxy but then nothing happens (means like when i click recurrence checkbox on the advanced form, no options come up).
I also tried inserting the following line in Web.Config under handlers under system.webServer but nothing happened:
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />
Regards,
Abhishek
I am using AdvancedForm in my scheduler control. When I use your standalone AdvancedForm example, I dont get any errors and everything works fine.
But when I use the advancedform in my code, then I get the error as 'telerik not defined'. Actually my website has a asp scriptmanager defined in the Master page. So I cant register AdvancedForm.js using the scriptmanager in my telerik page.
So I tried two things. First was I tried to register the script in the Master page itself, then it gave the above error. Second I tried registering on my telerik page using asp:ScriptManagerProxy but then nothing happens (means like when i click recurrence checkbox on the advanced form, no options come up).
I also tried inserting the following line in Web.Config under handlers under system.webServer but nothing happened:
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />
Regards,
Abhishek