getSelRows with some Phpgrids on the same windows
Problem:
How i can use the function
getSelRows
for an specific phpGrid when i have more of one phpGrid multiselect on the same Window? Solution:
You can get selected row of specific grid with the following in case of multiple grids.
$("#TABLENAME").jqGrid('getGridParam','selarrrow');