Peter,
I googled for this and found some answers. I tried $("#grid-cs-HR").jqxGrid('getrows')
and it returns me the rows that are supposed to be there. But when I run $("#grid-cs-HR").jqxGrid('exportdata', 'json')
, it shows an error because this grid was never visible and it’s data was never loaded.