I would like to have almost the same behavior as the demo on "popup data editing" except this is going into a responsive (with bootstrap) environment where we don't have any room for columns to contain the edit/delete buttons.
http://demos.telerik.com/kendo-ui/grid/editing-popup
What I would like to change is to have the grid be selectable (row) and the edit/delete buttons, which will be above the grid, will enable/disable based on the count of rows selected (edit enabled when 1 row selected; delete enabled with 1..n rows selected). The add new record button will also need to be outside the grid (unsure whether it will be above or below the grid).
My question is: can I hook into the same functionality that is available in this example while having row selection enabled and the buttons outside the grid?
jsFiddle/jsBin would be great if you can generate one.
Thanks,
--Ed