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

ajaxloadingpanel to cover entire page when web user control clicked

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vlad
Top achievements
Rank 1
Vlad asked on 07 Sep 2011, 09:51 PM
I have many web user controls on page, some are placed directly on the page
some are are embeded within other user controls.

I would like website users to see loading progress in the middle of the page  everytime they click on anything,
any button, link on Page and any button, link inside user controls, some user controls
include editable grids with embeded command buttons.

something like in this sample:
http://demos.telerik.com/aspnet-ajax/ajax/examples/loadingpanel/loadingimages/defaultcs.aspx

but in place of the that button I would have  webusercontrol with grid and many buttons (toolbar kind of).

Can this be done at all and can this be done without using Panel?

I was actually trying to show its own loading panel for each user control (Grid basically)  but could not figure
how to do it, I do not want refernce any internal controls or javascript of web user control from parent page. (looks like I can only
use ClientEvents from parent page). So  if  I could just show one ajax loading
panel for entire page regadless of what usercontrol was clicked that will do.

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 08 Sep 2011, 06:09 AM
Hello Vlad,

Please take a look into the following code library approach to achieve your requirement.
How to Make a RadAjaxLoadingPanel Span Over the Whole Page.

Thanks,
Princy.
Tags
General Discussions
Asked by
Vlad
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or