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

How to call AjaxLoadingPanel from <asp:UpdateProgress section

1 Answer 324 Views
AjaxLoadingPanel
This is a migrated thread and some comments may be shown as answers.
Vasssek
Top achievements
Rank 1
Vasssek asked on 16 Feb 2016, 09:30 AM

Hello,

Is it possible to show modal Telerik AjaxLoadingPanel control from <asp:UpdateProgress section ?

Here is some example but only with css.

http://blog.oscarscode.com/dot-net/use-updateprogress-to-cover-screen/

Thank you

Best regards

Vasssek

1 Answer, 1 is accepted

Sort by
0
Accepted
Viktor Tachev
Telerik team
answered on 18 Feb 2016, 01:00 PM
Hello Vasssek,

The RadAjaxLoadingPanel and UpdateProgress controls serve similar purpose. They are used as progress indicator when a callback request is performed.

With this said, if you would like to use the RadAjaxLoadingPanel control you can also use RadAjaxPanel or RadAjaxManager. Both controls can be integrated with the loading panel out of the box without the need of custom code.

You can replace the UpdatePanel controls wit RadAjaxPanel and set its LoadingPanelID property yo the ID of the RadAjaxLoadingPanel. Check out the following resources that describe the features in more detail.

The following example illustrates how you can use RadAjaxManager with RadAjaxLoadingPanel.



Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AjaxLoadingPanel
Asked by
Vasssek
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or