I have some data that I'd like to display in jqqgrid. In addition to add, edit, and delete, there are other actions that can be taken on a selected record. I like the flow of having a button/link for that action in that record's row. Is there a way to add a column & buttons/links within jqgrid which isn't bound to data?
Asked
Active
Viewed 2.1k times
2 Answers
4
Yes, please go to the jqGrid Demo Page and open the Row Editing | Custom Edit demo for an example.

Justin Ethier
- 131,333
- 52
- 229
- 284
3
Look at Jqgrid: navigation based on the selected row. Probably you should create a custom button in the Navigator (see http://www.trirand.com/jqgridwiki/doku.php?id=wiki:custom_buttons) in the same way.
If it is not what you are searching for, please decribe a little more detailed or on an example what you exactly want to have.