Site icon Sibeesh Passion

Get the row count of JQX Grid JQwidget

Get the row count of JQX Grid JQwidget.
[js]
var dataCount = $(‘#jqxgrid’).jqxGrid(‘getrows’);
var len=dataCount.length;
[/js]
I hope someone finds it is useful.

Exit mobile version