How do I count the number of rows in a jqGrid?
To clarify, there is not much data involved so the grid is pulling all of its data back from the server in a single qu
You could try:
jQuery("#GridId").jqGrid('getDataIDs');