I'm using RadGrid from your latest ASP.NET AJAX controls suite. I'm currently only using the UseStaticHeaders option and am doing nothing with Ajax but the grid still complains if I don't have ASP.NET's ScriptManager on the page. Is there any way to remove this requirement when I'm not using Ajax?
Also, given I'm using only UseStaticHeaders, I would like to NOT use EnabledEmbedScripts and only add the ones I really need to have the grid work properly. Is there a reference somewhere that can tell me what I need to add?
I'm trying to trim the fat on the page so I can ensure it loads as fast as possible. (Yes I know all of those resources are cached but it still takes ~ 1-2 seconds to reload the page from cache)
Also, given I'm using only UseStaticHeaders, I would like to NOT use EnabledEmbedScripts and only add the ones I really need to have the grid work properly. Is there a reference somewhere that can tell me what I need to add?
I'm trying to trim the fat on the page so I can ensure it loads as fast as possible. (Yes I know all of those resources are cached but it still takes ~ 1-2 seconds to reload the page from cache)