Hi. I have getRowData return incorrect size of array
var rows= jQuery(“#lstCertificacion”).jqGrid(‘getRowData’);
cant=rows.length;
cant contains the correct value, but when I get to 20 rows, it is always 20. No matter how many rows I add, it always returns 20.
1 Answers
Hello,
Try this:
$("#lstCertificacion").getGridParam("records")
Updated the reply. Please check on web.
Your Answer