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

Toolbar wrapping

5 Answers 55 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Orin Book
Top achievements
Rank 1
Orin Book asked on 05 Mar 2014, 04:10 PM
Is there a method to have the toolbar wrap similar to the menu ?

5 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 10 Mar 2014, 02:00 PM
Hello,

Thank you for contacting Telerik Support.

I would like to clarify that I am not quite sure that I understand what you want to achieve. Could you please elaborate a bit more on your scenario?

Regards,
Boyan Dimitrov
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

0
Orin Book
Top achievements
Rank 1
answered on 12 Aug 2014, 10:22 PM
If I have a toolbar and I go to view the page in a mobile phone, the toolbar should wrap. Your page layout control works fine, the menu goes into mobile mode or it will wrap, tab pages toolbar wraps, but your toolbar control does not wrap. This is problematic for mobile devices.
0
Ivan Zhekov
Telerik team
answered on 15 Aug 2014, 01:31 PM
Hello, Orin.

By wrap, do you mean that buttons go on the following lines? Or do you mean that you could get scrolling? Both are fairly easy to achieve, especially for mobile devices.

If you meant something else, please elaborate.

Regards,
Ivan Zhekov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Orin Book
Top achievements
Rank 1
answered on 15 Aug 2014, 04:10 PM
The rest of the toolbar going to the next line would be great.
0
Ivan Zhekov
Telerik team
answered on 19 Aug 2014, 06:16 AM
Hi, Orin.

You can use the following snippet:

html .RadToolBar_Horizontal {
    white-space: normal;
}

That will make the buttons wrap.

Regards,
Ivan Zhekov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ToolBar
Asked by
Orin Book
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Orin Book
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Share this question
or