Adding button to jqGrid top toolbar
- by Ron Harlev
Looks like the default toolbar for jqGrid is always at the bottom. Buttons like Next/Prev page and the dropdown to select the number of rows per page will always show at the bottom of the grid.
I found a way to add a custom top toolbar and push custom buttons into it.
What a really need is a way to add default functionality (like paging) to the top of the grid, instead the bottom.