I have the following scenario: A master page that includes <atlas:ScriptManager ID="ScriptManager" runat="server" EnablePartialRendering="true">
</atlas:ScriptManager>
Then I have a Default.aspx, that has the above master page as MasterPageFile.
And inside Default.aspx, I have includes a ascx control, in which I have <telerik:RadScheduler .... ></telerik:RadScheduler>.
When I access Default.aspx I receive a message that I do not have a ScriptManager for the RadScheduler.
I understand that if I create a new web site with System.Web.Extensions , I will not encounter this problem. But the project SHOULD use Microsoft.Web.Atlas and I am asking is it possible for your control to use also Microsoft.Web.Atlas ScriptManager?
Thank you.
</atlas:ScriptManager>
Then I have a Default.aspx, that has the above master page as MasterPageFile.
And inside Default.aspx, I have includes a ascx control, in which I have <telerik:RadScheduler .... ></telerik:RadScheduler>.
When I access Default.aspx I receive a message that I do not have a ScriptManager for the RadScheduler.
I understand that if I create a new web site with System.Web.Extensions , I will not encounter this problem. But the project SHOULD use Microsoft.Web.Atlas and I am asking is it possible for your control to use also Microsoft.Web.Atlas ScriptManager?
Thank you.