I'm trying to add column-specific buttons to jqGrid, where the filter toolbar would be.
The closest solution I could find is adding button adjacent to filter toolbar, except that I want the button above/below the toolbar, and I will have one for each column.
Thanks in advance.
Asked
Active
Viewed 575 times
0
1 Answers
1
You can use toolbar: [true, "top"]
then jqGrid crates additional toolbar integrated in the jqGrid header. You can place and buttons on the toolbar and archive your goals.

Oleg
- 220,925
- 34
- 403
- 798
-
do you have any examples in jqGrid documentation in how that might work? – zzxx53 Oct 13 '13 at 02:57
-
@zzxx53: Look at [the answer](http://stackoverflow.com/a/9310762/315935) and [this one](http://stackoverflow.com/a/8445240/315935) for example. – Oleg Oct 13 '13 at 07:44