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
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.
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.