Create another toolbar in kendo grid
I am using Kendo library for grid. I want to have a toolbar in that grid. I have followed this link - http://demos.kendoui.com/web/grid/toolbar-template.html and created a toolbar at the top I also want to add another toolbar at the bottom of grid. Below or above pagination bar. I could not find any way to create this extra toolbar. Please help. There are two ways of getting it: You let Kendo UI generate in the top and then you move it to the bottom You generate it to the bottom. The first approach is fast and if you don't need header toolbar is the best. Just add the following code: $("#grid)