By rowNum I mean the number showed on the picture below.
I tried to get it like $('#gridId').rowNum
but it gave me undefined. I understand that I can get it like any other html element value using jQuery, my question is does jqGrid provide any API to do that?
UPDATE: Version of jqGrid is 4.4.4
UPDATE 2: This question is correctly answered in the comment. Now there is another issue which has to do with this topic (Trouble with getting rowNum inside the function that handles onPaging event).