Is there a way to add a column with buttons in jqGrid
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 tha开发者_如何学JAVAt record's row. Is there a way to add a column & buttons/links within jqgrid which isn't bound to data?
Yes, please go to the jqGrid Demo Page and open the Row Editing | Custom Edit demo for an example.
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.
精彩评论