This took me a while to figure out, so I am putting it here for prosperity. This is how to get the value of a specific column in a jqGrid selected Row;

ondblClickRow: function(id, rowid) {
    var ret = $("#grid").getRowData(id);
    window.location = '/Clients/Details/' + ret.ClientID;
}

Enjoy!

VN:F [1.9.3_1094]
Rating: 10.0/10 (1 vote cast)
jqGrid get Row Column Value, 10.0 out of 10 based on 1 rating