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

How to make element in Grid perform a full submit

2 Answers 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 2
Stefan asked on 08 Mar 2012, 01:58 PM
Hi,

I have placed some extended HyperLink-Elements in my Grid and need them to perform a full page submit. But when I click on the links only the Grid refreshes. What do I need to do to get the expected behavior?
-
The Grid is created programatically and replaces a PlaceHolder element on the page.

2 Answers, 1 is accepted

Sort by
0
Antonio Stoilkov
Telerik team
answered on 13 Mar 2012, 09:07 AM
Hello Stefan,

You could observe such behavior if you are ajaxifying the grid which could be achieved with RadAjaxManager, RadAjaxPanel or UpdatePanel. You could take a look at your application and set the EnableAjax to false for RadAjaxManager and RadAjaxPanel or remove the UpdatePanel controls. Additionally, you could go through the help articles below for more information on how to use RadAjax controls.

All the best,
Antonio Stoilkov
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.
0
Stefan
Top achievements
Rank 2
answered on 14 Mar 2012, 08:35 AM
found a solution to my problem disabling ajax only for the controls I want to perform a full postback at this post:
Forum
Tags
Grid
Asked by
Stefan
Top achievements
Rank 2
Answers by
Antonio Stoilkov
Telerik team
Stefan
Top achievements
Rank 2
Share this question
or