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

[Solved] RadGrid + RadAjaxManager - Show LoadingPanel in Grid

1 Answer 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 01 Jul 2009, 01:40 PM
I am using a RadGrid successfully with the RadAjaxManager and a RadAjaxLoadingPanel.  When I update my grid, it disappears for a second and shows the Loading Panel.  I noticed in a Telerik demo that they had the grid lighten up and showed the loading panel right within the grid.  I can't figure out how they did that - can anybody point me in the right direction?

Here is the sample: http://demos.telerik.com/aspnet-ajax/grid/examples/performance/linq/defaultcs.aspx

Thanks!

1 Answer, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 01 Jul 2009, 02:53 PM
I have solved the problem.  I was using a skin on my grid, and I didn't include the designation for the skin in my RadAjaxLoadingPanel.  In case anybody is interested in the answer, I included the updated code:

<

 

telerik:RadAjaxLoadingPanel ID="InventoryRadAjaxLoadingPanel" runat="server" EnableSkinTransparency="true" Skin="Black" InitialDelayTime="500" />

 

Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Share this question
or