Hello,
I am getting the following error when trying to export a pqGrid:
Uncaught Error: no such method 'exportData' for pqGrid widget instance
The error occurs on this line:
var blob = $("#grid").pqGrid("exportData", {
filename: "Report",
format: "xlsx",
sheetName: "Sheet1"
});
What I have checked:
The grid loads and works normally (sorting, paging, etc.).
The error happens only when calling exportData().
It appears that the exportData method is not available on my pqGrid instance.