I'm using jqGrid in treegrid mode
, my problem is that i want to the total number of rows in the grid for some manipulations?
I've tried records
and reccount
but they seems to count only the rows return by the server against the request. My grid loads data on demand and when i delete all the children of a row both of above options return 0?
Any hints or ideas regarding this?