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

Delay Load RadGrid

3 Answers 133 Views
Grid
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 13 Jun 2011, 07:10 PM
I have a dashboard page that loads four separate RadGrid's. These grids take anywhere from 2 - 8 seconds to load, and they have to load before the page will load. Is there an easy way to have the page load first and then show a loading animation for the time it takes for each of the Grid's to load? 

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Jun 2011, 06:20 AM
Hello William,

One suggestion is to show RadAjaxLoading panel on initial page load. you could find more on this from the following documentation.
Show RadAjaxLoadingPanel on initial page load.

Thanks,
Shinu.
0
William
Top achievements
Rank 1
answered on 28 Jun 2011, 03:47 PM
That works pretty well, but is there any way to have the loading panel applied to each grid separately? I have a 2x2 table with a RadGrid in each cell. Ideally I'd like the page to load and then have a loading animation on each grid while they load. 
0
Tsvetina
Telerik team
answered on 01 Jul 2011, 12:55 PM
Hello William ,

Having in mind that the grids would load during one and the same load of the page, there is no way to notify the client to move the RadAjaxLoadingPanel to show over the next grid. At most you could get four separate loading panels to show at the same time by wrapping each grid in an asp Panel and ajaxifing it in the RadAjaxManager settings.

Kind regards,
Tsvetina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
William
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
William
Top achievements
Rank 1
Tsvetina
Telerik team
Share this question
or