How can I apply this code on the jquery struts2 grid:
beforeSelectRow: function(rowid, e) {
return false;
}
I found the solution for my problem on this thread: Is it possible to Stop jqGrid row(s) from being selected and/or highlighted?
but is for the original javascript jqGrid version .