Hi naveen145903,
For exporting large amount of data, I suggest using the exportview
method(have a look at the demo here), which generates the exported file client-side and doesn’t require a server. For example:
$("#gridTasks").jqxGrid('exportview', 'xlsx', 'TaskList');
or
$("#gridTasks").jqxGrid('exportview', 'csv', 'TaskList');
Alternatively, exportData allows you to export only the rows you need using the rows
property.
Please let me know if any of these solutions work for you!
If you have any other questions, please do not hesitate to contact us again.
Best regards,
Ivan Peevski
jQWidgets Team
https://www.jqwidgets.com