Hi
I'm using RadScriptManager to bundle external scripts like jquery.
There are other components in my project that use assembly resources to add scripts like jQuery.Ui.
the problem is that ScriptResource.axd is added to the page before Telerik.WebResource.axd so jquery is not added and it does not work.
is there any way to change this ordering and force telerik webresource for radscriptmanager to be added first.
best regards.