This is a migrated thread and some comments may be shown as answers.

RadGrid & ASP.NET ScriptManager - Not using Ajax

4 Answers 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 23 Jan 2009, 07:53 PM
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)

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Jan 2009, 08:59 AM
Hi Joshua,

The ScriptManager must be included always, as it is required by all ASP.NET AJAX controls, regardless of the enabled functionality. However, you can use telerik:RadScriptManager instead of asp:ScriptManager (see the second link below).

For more information about disabling embedded resources, please refer to:

http://www.telerik.com/help/aspnet-ajax/disabling_embedded_resources.html

You may also want to review:

http://www.telerik.com/help/aspnet-ajax/optimizing_output_and_page_load_time_by_using_radscriptmanager_and_radstylesheetmanager.html


All the best,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jorge irving
Top achievements
Rank 1
answered on 23 Oct 2012, 10:10 PM
Hello,

I have a problem, I'm using on my master page a classic asp script manager, and not seem to work any of my telerik controls on pages that occupy the master page, interestingly this only occurs only when migrating the application to the server.

any idea?
0
Jorge irving
Top achievements
Rank 1
answered on 23 Oct 2012, 10:10 PM
Hello,

I have a problem, I'm using on my master page a classic asp script manager, and not seem to work any of my telerik controls on pages that occupy the master page, interestingly this only occurs only when migrating the application to the server.

any idea?
0
Vasil
Telerik team
answered on 26 Oct 2012, 11:00 AM
Hi Jorge,

If the scripts are not loaded, make sure you have properly registered the WebResources. See these help topics for more information:
http://www.telerik.com/help/aspnet-ajax/introduction-web-resources-troubleshooting.html
http://www.telerik.com/help/aspnet-ajax/introduction-registering-the-httphandlers-on-windows-vista-iis-7-integrated-mode.html

Regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Joshua
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Jorge irving
Top achievements
Rank 1
Vasil
Telerik team
Share this question
or