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?
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.
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.