I have a jqGrid where the "View" icon is enabled (view:true), so that a user picks a row in the grid, and then clicks the icon in the navbar to view the row.
Thing is, what I really want to have happen is a redirect to a different URL, with the rowid included as a parameter in the URL (e.g. foo.htm?rowid=5)
I went over the docs, and searched stackoverflow, but didn't see an obvious answer jump up. I'm sure there is an easy answer to this. Any suggestions?