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

Multiple CommandItemTemplate

3 Answers 52 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
APESTANA
Top achievements
Rank 2
APESTANA asked on 27 Nov 2012, 04:24 PM
Hi, I'm using the RadToolBar in the CommandItemTemplate of the RadGrid.
I've adjusted the width of the grid to 100%.
I need to display to the user 12+ independent RadToolBarButton and in some of them I have big text to explain to the user what the action is. The result is that the last buttons are not totally or partially visible. Is there any property in the toolbar or an adjustment possible to be made? maybe a scroll or a '...'  or ' >>>' button to view the mentioned buttons?
Thanks, Ariel.

3 Answers, 1 is accepted

Sort by
0
Accepted
Kate
Telerik team
answered on 30 Nov 2012, 04:06 PM
Hello Ariel,

One approach that I can suggest is to set the overflow css property of the outer div (the template most probably) to scroll. So if the content of the RadToolBar overflows its container scrollbars would appear.  

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
APESTANA
Top achievements
Rank 2
answered on 05 Dec 2012, 01:06 PM
Hello Kate, 

I did as suggested 
.rtbOuter { overflow-x: auto; }

It is a ugly scroll-bar, but it gets the job done..

A more advanced dynamic scrolling would be nice to have out-of-the-box

Thanks, Ariel.
0
Kate
Telerik team
answered on 07 Dec 2012, 07:34 AM
Hello Ariel,

Thank you for your suggestion. I will forward your request to our developer team so they can consider it for future implementation.

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ToolBar
Asked by
APESTANA
Top achievements
Rank 2
Answers by
Kate
Telerik team
APESTANA
Top achievements
Rank 2
Share this question
or