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

Toolbar as button group / radio button group

2 Answers 177 Views
Toolbar
This is a migrated thread and some comments may be shown as answers.
Lars
Top achievements
Rank 1
Lars asked on 19 Sep 2014, 03:29 AM
Hello,

I need a button group or similar, but can only find one for the mobile components.  I am trying to use the Toolbar control as a button group, and it should work well, except for the bar / background that needs to be hidden or similar.

See the attached screen shot.  

How can I eliminate the background bar, so that it looks like a proper button group?

Thanks,
Lars 

2 Answers, 1 is accepted

Sort by
0
Accepted
Alexander Valchev
Telerik team
answered on 19 Sep 2014, 02:14 PM
Hello Lars,

In order to achieve this you have to remove the border and set background-color to transparent.

.k-toolbar {
    border: none;
  background-color: transparent;
}

For your convenience I prepared a small example: http://dojo.telerik.com/ihEhU

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Lars
Top achievements
Rank 1
answered on 19 Sep 2014, 04:54 PM
Thanks, works great!
Tags
Toolbar
Asked by
Lars
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Lars
Top achievements
Rank 1
Share this question
or