I have IsSticky="true" and Wrap="false" on my RadAjaxLoading panel but it always wraps to a new line nonetheless. I even added a CssClass to it that set display:inline and white-space:nowrap and it still wraps. How do you get the loading panel to now wrap to a new line?
4 Answers, 1 is accepted
0
Hi,
Have you tried setting its Width property to a value that is wide enough for the text to fit in?
Sending the control declaration could help us in finding a proper solution for you.
Regards,
Iana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Have you tried setting its Width property to a value that is wide enough for the text to fit in?
Sending the control declaration could help us in finding a proper solution for you.
Regards,
Iana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
rh
Top achievements
Rank 1
answered on 18 Aug 2009, 03:54 AM
I've tried setting the width and it still wraps. The nowrap on the td sets the white-space to nowrap. The page contains a RadToolBar inside the PageToolbar content placeholder.
<td class="nowrap">
<asp:ContentPlaceHolder ID="PageToolbar" runat="server"></asp:ContentPlaceHolder>
<telerik:RadAjaxLoadingPanel ID="toolbarAjaxLoadingPanel" runat="server"
HorizontalAlign="center" Wrap="false" IsSticky="true" >
</telerik:RadAjaxLoadingPanel>
</td>
<td class="nowrap">
<asp:ContentPlaceHolder ID="PageToolbar" runat="server"></asp:ContentPlaceHolder>
<telerik:RadAjaxLoadingPanel ID="toolbarAjaxLoadingPanel" runat="server"
HorizontalAlign="center" Wrap="false" IsSticky="true" >
</telerik:RadAjaxLoadingPanel>
</td>
0
Hello rh,
I followed the provided details and prepared a sample project for you. Could you please let me know if it works as desired and what differs in your case?
Greetings,
Iana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
I followed the provided details and prepared a sample project for you. Could you please let me know if it works as desired and what differs in your case?
Greetings,
Iana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
rh
Top achievements
Rank 1
answered on 18 Aug 2009, 10:39 PM
Hi Iana, I updated your project so that it recreates the issue. There are two problems:
The loading panel displays in the middle of the page horizontally instead of right next to the toolbar
If you look closely you'll notice that the loading panel wraps to the next line, i.e. it is not on the same line as the toolbar.
Thanks for your help on this.
[Note: After typing the above I noticed that I can't upload files so I will upload the project in a support ticket.]
The loading panel displays in the middle of the page horizontally instead of right next to the toolbar
If you look closely you'll notice that the loading panel wraps to the next line, i.e. it is not on the same line as the toolbar.
Thanks for your help on this.
[Note: After typing the above I noticed that I can't upload files so I will upload the project in a support ticket.]