Hi, this is nearly the same as my presious post about the RadStyleSheetManager, but I've been reading the RadScriptManager tutorial, and again I'm not sure how I can use it. Just puting the RSM on the page is enough to combine all the call to JS-files?
Or do I have to use
to reference the custom-scripts.
Is it also possible to put the script in a custome class (like suggested for the RadStyleSheetManager) to be included in a single request.
I use the RSM on my masterpage, but I still see three script-tags in my html-output instead of one. So I would conclude the scripts are not embedded resources. But if I use the code above, and reference the correct path, it should combine, but then the scripts are still not embedded.
Hope it is clear to you what I'm trying to ask.
Thanks for the reply
Or do I have to use
<telerik:RadScriptManager id=””runat=””> |
<Scripts> |
<asp:ScriptReference name=””Assembly=””Path=”/MyVirtualLocation/MyFile.js”> |
</Scripts> |
</telerik:RadScriptManager> |
to reference the custom-scripts.
Is it also possible to put the script in a custome class (like suggested for the RadStyleSheetManager) to be included in a single request.
I use the RSM on my masterpage, but I still see three script-tags in my html-output instead of one. So I would conclude the scripts are not embedded resources. But if I use the code above, and reference the correct path, it should combine, but then the scripts are still not embedded.
Hope it is clear to you what I'm trying to ask.
Thanks for the reply