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

dropdown menu in grid

1 Answer 308 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Dominik
Top achievements
Rank 1
Dominik asked on 09 Dec 2015, 03:45 PM

Is it possible to put a bootstrap dropdown menu in a grid cell?

 

<div class="dropdown">
  <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example
  <span class="caret"></span></button>
  <ul class="dropdown-menu">
    <li><a href="#">HTML</a></li>
    <li><a href="#">CSS</a></li>
    <li><a href="#">JavaScript</a></li>
  </ul>
</div>

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 10 Dec 2015, 04:13 PM
Hi Dominik,

In order to use a template context menu in the grid you can check this demo:

http://demos.telerik.com/kendo-ui/menu/context-menu

I hope it helps.

Regards,
Galin
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Menu
Asked by
Dominik
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or