i want to add one more tool bar with different buttons in the bottom of the header. is there any possibilities?
used
toolbar: [true,"top"] or toolbar: [true,"bottom"]
its showing same toolbars…
in the bottom toolbar contains Add, edit, delete buttons..
i want to make change in top toolbar contains ADD button only.. & bottom toolbar contains Edit, Delete, refresh, etc.,
Thank you,
Probably you misunderstood
toolbarparameter of the jqGrid. Perhaps you want use Navigator havingcloneToTop: truewhich works if you define additionallytoppager: truejqGrid option. This option clone the pager div on the top of the jqGrid. After this one can easy remove some elements from the top or bottom “toolbar”:The part “list” of different id names from the code above will be used because we use
<table>element with id=”list”.