I am using a jqgrid.
I can see how many rows I have like this:
$("#grid").getGridParam("records"));
I can reload some different data like this:
$('#grid').trigger("reloadGrid");
But once I trigger the reload how do I know when it is done loading and ready for me to see how many rows it has returned?