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

Load Web Page First then RadGrid

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 06 Jul 2012, 01:12 PM
I have a page, lets say Page1 that does a response.redirect to another page, Page2. 

Page2 has a RadGrid in it and it takes about 30 seconds to load.  The problem is the Response.rediirect stays on Page1 until Page2 is done loading the RadGrid. 

How can I load Page2 to load, then load the RadGrid so users are stuck on Page1 for 30 seconds?

1 Answer, 1 is accepted

Sort by
0
Sayle
Top achievements
Rank 1
answered on 06 Jul 2012, 07:53 PM
One way to accomplish this is to code the 2nd page to not automatically load the data for the grid; just it's structure. Have a UI button or timer fired event to load the grid after the page rendering sequence compeltes. I use the button on a pair of my pages this way b/c some of our users don't need to see the contents of the data grid (or aren't allowed to see it); so why burden them with the wait involved for data retrieval?
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Sayle
Top achievements
Rank 1
Share this question
or