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

[Solved] Ajax not working within UpdatePanel

0 Answers 9 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Xzaz
Top achievements
Rank 1
Xzaz asked on 31 May 2012, 01:37 PM
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:
<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 grid
close tag

Anyone has any clue why this isn't working the way it suppose to be working?
Tags
Grid
Asked by
Xzaz
Top achievements
Rank 1
Share this question
or