September 19, 2009
jqGrid get Row Column Value
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!
CategoryUncategorized
1 Comments
Sign in to join the conversation
Sign in