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

[Solved] AjaxLoadingPanel as Div

2 Answers 172 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
skysailor
Top achievements
Rank 1
skysailor asked on 12 Jul 2007, 05:52 AM
The AjaxLoadingPanel is rendered as a Div tag. I wanted to have it as sticky and place it between a row of buttons. However the Div causes it to break the row. Is there a way to get it to render as a Span? Or is there another way to stop the break?

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 12 Jul 2007, 02:52 PM
Hello skysailor,

A possible solution is to float the first button and the loading panel on the left. In support of my statement I have prepared and attached a demo web site to this forum post.

Best,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
skysailor
Top achievements
Rank 1
answered on 13 Jul 2007, 12:59 AM
Hi,
Thanks for the code and suggestion. I appreciate it.
What I ended up doing was placing my row of buttons inside a panel. Then I set the panel as a target of the AJAX Manager and set the LoadingPanel on that. With transparency set to 0 it will temporarily replace the whole button row until the operation is complete, then the buttons come back. The page doesn't jump either.
Tags
Ajax
Asked by
skysailor
Top achievements
Rank 1
Answers by
Vlad
Telerik team
skysailor
Top achievements
Rank 1
Share this question
or