Adding button to jqGrid top toolbar

Posted by Ron Harlev on Stack Overflow See other posts from Stack Overflow or by Ron Harlev
Published on 2010-04-20T21:46:46Z Indexed on 2010/04/21 1:03 UTC
Read the original article Hit count: 932

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about jqgrid

Related posts about jQuery