Declined
Last Updated: 12 May 2020 13:32 by ADMIN
Created by: David
Comments: 1
Category: ScriptManager
Type: Feature Request
0
Since JQuery is such a small addition to your assembly wouldn't it be nice if a developer could select what version to use. So as a property I'd like useEmbeddedJqueryVersion with enums of 1,2,3 or none. This should also give you feedback on what controls need updating. 
Declined
Last Updated: 04 Oct 2017 11:13 by ADMIN
ADMIN
Created by: Peter Filipov
Comments: 5
Category: ScriptManager
Type: Feature Request
36
The script tags should contain "defer" attribute.

Resolution: You can set the LoadScriptsBeforeUI property of the script manager to false so that the scripts will render as late in the page as possible (just above the inline <script> that MS AJAX generates for the $create() statements). This will provide benefit nearly identical to the defer feature, but it does not risk breaking existing functionality. More information on the property:  https://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.loadscriptsbeforeui(v=vs.110).aspx
Declined
Last Updated: 10 Apr 2014 13:50 by ADMIN
Declined
Last Updated: 01 Nov 2013 13:06 by Makoto
Created by: Coder
Comments: 3
Category: ScriptManager
Type: Bug Report
0
Hi all, 

when I update IIS, I get the following error on each page with Telerik. When I click F5 (refresh), the page loads well and dont appear anymore. I'm using Win 2003 and Win 2008 with IIS.

System.OverflowException: Arithmetic, casting or conversion operation overflowed or underflowed. (Exception from HRESULT: 0x80131516)
   at System.Reflection.PseudoCustomAttribute._GetSecurityAttributes(RuntimeModule module, Int32 token, Boolean assembly, Object[]& securityAttributes)
   at System.Reflection.PseudoCustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType, Boolean includeSecCa, Int32& count)
   at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeAssembly assembly, RuntimeType caType)
   at System.Reflection.RuntimeAssembly.GetCustomAttributes(Boolean inherit)
   at System.Web.UI.AssemblyCache.GetAjaxFrameworkAssemblyAttribute(Assembly assembly)
   at System.Web.UI.ScriptManager.get_DefaultAjaxFrameworkAssembly()
   at System.Web.UI.ScriptManager..ctor()
   at Telerik.Web.UI.RadScriptManager..ctor()

Regards,
Rastislav 
Declined
Last Updated: 01 Nov 2013 13:06 by sitefinitysteve
Created by: sitefinitysteve
Comments: 2
Category: ScriptManager
Type: Feature Request
2
I hate the stupid asp script managers...they're so ghetto with the .axd files always hosing our yslow\pagespeed scores, etc.

Since your focus is no on css3\html5\lightweight rendering can you guys not come up a better way to bundle your scripts such that they render properly cached to the footer...maybe take a dependancy for that on system.web.optimization or something?

...maybe some sort of requireJS integration or...?

Please feel free to think out of the box instead of being stuck into the asp.net crapballs bloat framework.