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