
Brett Robichaud
Top achievements
Rank 1
Brett Robichaud
asked on 05 Mar 2009, 01:07 AM
When I use a LoadingPanel with my grid and use the paging controls the grid clears while the loading panel is displayed. Is it possible to instead have the loading panel appear overlayed on the grid? The way it is results in too much flicker on a quick refresh.
4 Answers, 1 is accepted
0
Accepted
Hi Brett,
The desired behavior is achieved if you set Transparency to the RadAjaxLoadingPanel.
An alternative way to achieve the same thing is to set a Skin for the loading panel. This will be available In the Q1 2009 release.
RadAjaxLoadingPanel Skin - help article
Sincerely yours,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The desired behavior is achieved if you set Transparency to the RadAjaxLoadingPanel.
An alternative way to achieve the same thing is to set a Skin for the loading panel. This will be available In the Q1 2009 release.
RadAjaxLoadingPanel Skin - help article
Sincerely yours,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Brett Robichaud
Top achievements
Rank 1
answered on 05 Mar 2009, 03:45 PM
Thanks, that did the trick much better than the documented InitialDelayTime and MinDisplayTime options.
An additional question. How can I get the loading panel to be centered on the grid? Currently it displays at the top center, I would think a better default would be horizontal and vertical center.
An additional question. How can I get the loading panel to be centered on the grid? Currently it displays at the top center, I would think a better default would be horizontal and vertical center.
0
Accepted
Hello Brett,
There is a special code library example about this:
http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-center-image-in-a-radajaxloadingpanel.aspx
Greetings,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
There is a special code library example about this:
http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-center-image-in-a-radajaxloadingpanel.aspx
Greetings,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Brett Robichaud
Top achievements
Rank 1
answered on 05 Mar 2009, 10:12 PM
Perfect. The absolute position option solved this for me. Thanks!