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

[Solved] Loading Panel Advice

2 Answers 204 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 2
Adam asked on 16 May 2008, 08:45 PM
I'm trying to implement a loading panel on my page and hitting a few road blocks.

For some background, here is our architecture:

We have a page that opens that contains a tabstrip connected to a multiview.  Each multiview page has its own user control on it (4 total pages).  The controls are not created dynamically, but they are dynamically populated depending on which tab is present (there can be x number of tabs at one time).

We'd like to have the loading panel show up on each lengthy operation, centered in the screen would look nice, but the user controls are not playing nicely.  For example, one user control has a splitter with a treeview on the left and a grid on the right.  Instead of showing the loading panel in the center, the loading panel takes the size/shape of the grid.

I am using the ConfigureAjax method of programmatically passing the RadAjaxManager to the child usercontrol.  I am using a LoadingPanel from the main page.  Should this be a separate loading panel existing on the user control itself?

I guess I am looking for a "best practices" when it comes to using loading panels within a complex user control hierarchy.

Thanks!

-Adam

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 May 2008, 11:29 AM
Hello Adam,

Have you reviewed the following help article that elaborates on centering the loadingPanel on the screen?

Kind regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Adam
Top achievements
Rank 2
answered on 19 May 2008, 11:20 AM
I reviewed the example - I used the javascript in the example verbatim, but I overlooked the IsSticky property.  Setting this fixed the problem I was having.

Thanks!
Tags
Ajax
Asked by
Adam
Top achievements
Rank 2
Answers by
Steve
Telerik team
Adam
Top achievements
Rank 2
Share this question
or