How to get row count for jqGrid?
Posted
by developer
on Stack Overflow
See other posts from Stack Overflow
or by developer
Published on 2010-04-06T19:53:17Z
Indexed on
2010/04/06
21:23 UTC
Read the original article
Hit count: 803
Hi, I would like to know how to get row count for jqGrid. I'm using rowNum: -1 so it displays all the rows. I tried using parseInt($("#grid").getGridParam("records"), 10) But it always returns 0.
Thanks for the help.
© Stack Overflow or respective owner