Manuel Ortiz
Top achievements
Rank 1
Manuel Ortiz
asked on 23 Oct 2009, 08:15 AM
Hi,
I have a dynamic grid which I create on the PageInit method of my web form. I would like a Loading Panel to appear while the grid is being created in the page init... is there any way to do this?? How??
I have already tried the method you propose for showing a loading panel while the page is loading but it did not work.
Thank you for your answer,
Manuel
I have a dynamic grid which I create on the PageInit method of my web form. I would like a Loading Panel to appear while the grid is being created in the page init... is there any way to do this?? How??
I have already tried the method you propose for showing a loading panel while the page is loading but it did not work.
Thank you for your answer,
Manuel
4 Answers, 1 is accepted
0
Hello Manuel,
I attached a (slightly) modified version of the code, posted in the aforementioned help topic. Please test it locally and let me know whether it behaves as expected on your end.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I attached a (slightly) modified version of the code, posted in the aforementioned help topic. Please test it locally and let me know whether it behaves as expected on your end.
Best regards,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Manuel Ortiz
Top achievements
Rank 1
answered on 23 Oct 2009, 04:14 PM
Hi Daniel,
I tested your code but it did not work on my web form. The problem is that since the grid is generated dynamically on page init, it queries the database on the page init and it takes some seconds for any content to appear in the page giving the end user the illusion that nothing is happening since he used the link that takes him to the page that contains the grid.
Is there any other way to accomplish this? What would you recommend me? Would it be better to load the grid on page load or something??
Thanx,
Manuel
I tested your code but it did not work on my web form. The problem is that since the grid is generated dynamically on page init, it queries the database on the page init and it takes some seconds for any content to appear in the page giving the end user the illusion that nothing is happening since he used the link that takes him to the page that contains the grid.
Is there any other way to accomplish this? What would you recommend me? Would it be better to load the grid on page load or something??
Thanx,
Manuel
0
Manuel Ortiz
Top achievements
Rank 1
answered on 28 Oct 2009, 08:40 PM
Did you figure out how to do it?
Thanks,
Manuel
Thanks,
Manuel
0
Hello Manuel,
I attached simplified project demonstrating how to achieve this in your scenario.
Greetings,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
I attached simplified project demonstrating how to achieve this in your scenario.
Greetings,
Daniel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.