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

Problem with configuration

2 Answers 56 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Veteran
Marcin asked on 18 May 2011, 08:30 AM
Hello,
I have following layout;
1. 3 columns on page.
2. Each column contains its own asp:panel
3. When I press button on 1st panel I want to show loading on second on, when press on 2 want to show on 3.

<telerik:RadAjaxManagerProxy ID="rAjaxManagerProxy" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="pnlFullDescription">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlFullDescription" LoadingPanelID="ralMain" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="pnlShortDescription">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlFullDescription" LoadingPanelID="ralMain" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>
But cannot make it work. Updating the same panel working. Ajax update is displaying. Updating the same and next one also working. But updating next one not.

Could you help me with configuration?
Kind Regards
Marcin

2 Answers, 1 is accepted

Sort by
0
Genti
Telerik team
answered on 18 May 2011, 04:04 PM
Hi Marcin,

Thank you for contacting us.

I am attaching a simple web application that illustrates what you are trying to achieve.

Hope this helps.

Greetings,
Genti
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Marcin
Top achievements
Rank 1
Veteran
answered on 18 May 2011, 04:08 PM
Thank you very much. That helps me a lot.
Tags
Ajax
Asked by
Marcin
Top achievements
Rank 1
Veteran
Answers by
Genti
Telerik team
Marcin
Top achievements
Rank 1
Veteran
Share this question
or