The answer to this question is that when you click on the rows, you will have a unique value for each row, from which we need to get the identifier and using the jQgrid function.
With getRowDatawe can get the column values of a row.
An example example will be inserted below:
var reqlaborId = jQuery("#list1").jqGrid('getRowData', id);
reqlaborId = reqlaborId.ahcc_laborcan_header_id;
This works great for me ...
source
share