Is there a way to capture all the page records in jqgrid when exporting to excel
-
But only the data in current grid was captured using the following method mya=jQuery(”#list2″).getDataIDs(); // Get All IDs" If I like to export all data (e.g. totally 18 records, 10 displayed in current grid and 8 in second grid page), is there a way to capture all 18 records without invoking the backend? i am not finding any solution only first page data is capturing in excel ... I am using var jqgridRowIDs = $(tableCtrl).getDataIDs(); // Fetch the RowIDs for this grid var allJQGridData = $(tableCtrl).jqGrid('getRowData'); var headerData = $(tableCtrl).getRowData(jqgridRowIDs[0]); Plz help me out.....
-
But only the data in current grid was captured using the following method mya=jQuery(”#list2″).getDataIDs(); // Get All IDs" If I like to export all data (e.g. totally 18 records, 10 displayed in current grid and 8 in second grid page), is there a way to capture all 18 records without invoking the backend? i am not finding any solution only first page data is capturing in excel ... I am using var jqgridRowIDs = $(tableCtrl).getDataIDs(); // Fetch the RowIDs for this grid var allJQGridData = $(tableCtrl).jqGrid('getRowData'); var headerData = $(tableCtrl).getRowData(jqgridRowIDs[0]); Plz help me out.....