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