This question is locked. New answers and comments are not allowed.
Hi,
I am trying to get Ajax working within a ajax loaded page. It seems this is not working. Every link within my Grid is making a full page callback althoug i have configured it correclty.
I got:
And then for the grid:
Anyone has any clue why this isn't working the way it suppose to be working?
I am trying to get Ajax working within a ajax loaded page. It seems this is not working. Every link within my Grid is making a full page callback althoug i have configured it correclty.
I got:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager>And then for the grid:
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" LoadingPanelID="RadAjaxLoadingPanel1">// My gridclose tagAnyone has any clue why this isn't working the way it suppose to be working?