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

How to Disable ALL Ajax features

1 Answer 64 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
JustinWong
Top achievements
Rank 1
JustinWong asked on 30 Jan 2009, 02:21 AM
Hi:

I have an application built using RadAjax controls.  However, a subgroup of regular clients still uses IE 6.0.29 (the one with the faulty javascript dll).  So, their browswer crashes all the time when they load ajaxified pages from my site.  The non-ajax pages work fine.

For reasons I won't get into, they will NOT be updating their web browser anytime soon. So, I'm wondering if, upon detecting the offending browser type and version (which I know how to do), to disable ALL the ajax features for that user - especially when the page has a RadGrid in it (which seems to be the #1 source for the crashes) using server-side script during page load.

If all ajax features are disabled, will the RadGrid, RadWindows, etc. still work (with postback instead of callback)?

Thanks.

Justin

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Jan 2009, 08:18 AM
Hi Justin,

You can disable all AJAX functionality by setting EnableAjax="False" to the RadAjaxManager programmatically or on the client (by using the set_enableAJAX() method):

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

RadControls should work without problems with AJAX turned off.

Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
JustinWong
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or