I have been trying to work with the Telerik controls. I include the RadScriptManager at the top of every page and the page will run, but it is not combining the resource files. I am using a tool to see the requests to the server and that is how I determined that the pages are not combining.
When I include the script I do it as shown here:
<telerik:RadScriptManager ID="rscmScriptManager" runat="server"></telerik:RadScriptManager>
Then I add the reference to the Web.config file as shown here:
When I include the script I do it as shown here:
<telerik:RadScriptManager ID="rscmScriptManager" runat="server"></telerik:RadScriptManager>
Then I add the reference to the Web.config file as shown here:
<
add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false"/>
Please help me to figure out what I have done wrong. I have searched quite a bit for articles online, with no success.
Regards,
Cynthia