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

[Solved] AJAXManager applied to grid and edititem user control loading panel never hides

1 Answer 61 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Andrew Marmara
Top achievements
Rank 1
Andrew Marmara asked on 12 May 2008, 11:42 PM
Dear Telerik,

Main form has a Radgrid, ajax applied via RadAjaxManager:

<telerik:AjaxSetting AjaxControlID="grdHardware">
<UpdatedControls> <telerik:AjaxUpdatedControl ControlID="grdHardware" LoadingPanelID="RadAjaxLoadingPanelCaseGeneral" />
</UpdatedControls>
 </telerik:AjaxSetting>

Grid Item edit is via a user control. On the User Control a RadAjaxManagerProxy is applied to a button as it loads a combobox:

        <telerik:AjaxSetting AjaxControlID="Button1">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadComboBox1"
                    LoadingPanelID="RadAjaxLoadingSmall" />
            </UpdatedControls>
        </telerik:AjaxSetting>

Problem is that, after grid refresh (invoving ajax) if you edit an item, and press the button, invoking ajax loading panel over the combo, the loading panel never hides, it sits over the combo even when the call is finished. (I have all this in a zipped up project if you want it)

Simon

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 15 May 2008, 02:25 PM
Hi Andrew,

Could you please open a regular support ticket and send us a sample runnable project, which replicates this behavior? We will test it locally and advise you further.

Kind regards,
Maria Ilieva
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Andrew Marmara
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or