tags:

views:

94

answers:

2

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?

A: 

Yes, please go to the jqGrid Demo Page and open the Row Editing | Custom Edit demo for an example.

Justin Ethier
+1  A: 

Look at http://stackoverflow.com/questions/3024075/jqgrid-navigation-based-on-the-selected-row/3024278#3024278. 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.

Oleg
Yep, found this later and got it working. Thanks
joshc