I am trying to create a button in a grid cell that will copy the contents of the cell to the clipboard, and another button that will trigger a menu with other actions that can be performed on the value of the cell and/or row. I've tried doing this with Bootstrap using a split button, where the left-most button copies the contents to the user's clipboard, and the smaller right button just has a caret icon and triggers a menu. Unfortunately because the split button requires a btn-group, which is absolutely positioned, the menu is hidden when it is triggered. I was wondering how hard this would be to accomplish using kendo's button and menu controls? Currently I'm doing this by putting a javascript method in the template for the column, passing in the value, and returning the html of the button group. Does anyone know of a similar example or demo using all kendo controls that I could look at?
I've attached a screenshot to illustrate what I'm trying to do.
Thanks!
Eddie
I've attached a screenshot to illustrate what I'm trying to do.
Thanks!
Eddie