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

AjaxLoadPanel on RadGrid

2 Answers 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vijaianand
Top achievements
Rank 1
Vijaianand asked on 07 Sep 2011, 05:59 PM
Hi

In the below example,
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx

Ajaxloadpanel is displayed in the middle of the radgrid. I don't see any properties set to do it. I tried backgroundposition, style but nothing works. Loadpanel is always displaying on the top of the radgrid. How to make it display over the radgrid?

Thanks

2 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 12 Sep 2011, 03:42 PM
Hello Vijaianand,

In the mentioned demo the RadAjaxLoadingPanel Skin is set through the RadSkinManager on the page, which sets the skin globally for all RadControls. When using some of the built-in Skins for the RadAjaxLoadingPanel, the loading image is displayed centered by default. From then on you can use the Background position property to specify the position on the loading image.
On the other hand, if you are not using but you just added an image as template for the loading panel the image is displayed on top of it and you should center it manually. You can check the below resources for more information:
http://www.telerik.com/help/aspnet-ajax/ajax-center-loadingpanel.html (see the first sample)
http://demos.telerik.com/aspnet-ajax/ajax/examples/loadingpanel/transparency/defaultcs.aspx (see the code in the OnRequestStart event handler)

All the best,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Vijaianand
Top achievements
Rank 1
answered on 12 Sep 2011, 04:01 PM
Thank you. That helps. I used the skin name and all solved.
Tags
Grid
Asked by
Vijaianand
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Vijaianand
Top achievements
Rank 1
Share this question
or