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

Can I completly disable ajax in control?

1 Answer 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Oleg
Top achievements
Rank 1
Oleg asked on 07 Oct 2008, 04:42 PM
I would like to use one of my controls (tree view for example) out of my toolbox of 'RadControls for ASP.NET AJAX'. Only I don't want to make it AJAX enabled. Is there a way to do it? Or do I have to use another set of controls like' RadControls for ASP.NET'? Which is the one without AJAX functionality.
If I put this control on form it always requires ScriptManager.

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 08 Oct 2008, 05:46 AM
Hello Oleg,

Although RadControls for ASP.NET AJAX are built on top of ASP.NET AJAX, they operate either client-side or perform regular postbacks by default. You can ajaxify controls performing regular postbacks only, by using RadAjax framework for example:

http://demos.telerik.com/aspnet/prometheus/Ajax/Examples/Overview/DefaultCS.aspx

I hope this clears the confusion on your end.

All the best,
Konstantin Petkov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Oleg
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or