Dear support,
I have read the API's page, but I didn't understand.
How can i get gridview row count?
I have tried the below code but it give insufficient result.
var data = $("div#grid").pqGrid('option', 'dataModel.data').length;
$("#label").val(toString(data_no))
The result is NaN.
Thank you.