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

RadAjaxLoading panel not displaying

1 Answer 39 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
John Emmatty
Top achievements
Rank 1
John Emmatty asked on 19 Jun 2010, 01:24 PM
Hi,
I have a program which refreshes the radgrid once a radWindow closes. I have given the following statement to ajaxify the grid.
     <AjaxSettings> 
                                                                        <telerik:AjaxSetting AjaxControlID="RadAjaxManager1"
                                                                                      <UpdatedControls> 
                                                                                         <telerik:AjaxUpdatedControl ControlID="SectionsListGrid" LoadingPanelID="AjaxLoadingPanel1" /> 
                                                                                     </UpdatedControls> 
                                                                     </telerik:AjaxSetting> 

I can see the grid refreshing but cannot see the RadAjaxLoading panel in front of the grid.

Please advice.

Regards,
Jo


1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Jun 2010, 10:49 AM
Hi Jo,

The provided code snippet does not suggest why the loading panel might not show. I suppose the RadGrid initially has some height, because RadAjaxLoadingPanel cannot be seen when it is displayed over controls with zero height/width.

Please provide a simple runnable demo. Thank you.

Best wishes,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
John Emmatty
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or