My data is remote, therefore, I need to count the total number of rows in the table to create the loop.
var numRegistos=$('#tabela').pqGrid("option","totalRecords");
Is returning "null", therefore, no totals.
How can I count the total number of rows?