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

[Solved] LoadingPanel and Grid Popup

1 Answer 197 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
MD
Top achievements
Rank 1
MD asked on 11 Aug 2009, 08:58 PM
I have a RadGrid that uses a popup for the edit form (EditMode="PopUp") and Rad AJAX setup very simply for the Grid like below.  There is a RadLoadingPanel setup for the AJAX update.  The loading panel appears and everything works correctly but aesthetically it is less than pleasant when you close the popup using the "X".  The loading panel covers the area of grid, but since the popup is larger than the grid it only covers a portion of the popup.  There are a number of tabs with numerous controls on each on the popup so there is a slight delay for processing when closing.  I guess it wouldn't be as noticable if the popup disappeared quicker, but is there a way to delay the loadingpanel until the popup closes, have the loading panel cover the entire page or have the loading panel cover the popup and not the grid area.  Any suggestions would be appreicated.

Thanks
Matt


 

<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">  
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="radgOne">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="radgOne" LoadingPanelID="LoadingPanel1" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManagerProxy> 

 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 12 Aug 2009, 07:05 AM
Hello Matt,

Generally the RadAjaxLoadingPanel is shown over the updated content area but if  you want to display it over the entire page tehn you can try out the example in the following document:
Center LoadingPanel on the Screen

or you could display the loading panel explicitly as illustrated in the following help document:
Show and hide loading panel explicitly
 
Thanks
Princy.
Tags
Ajax
Asked by
MD
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or