Hi,
I have created a JAVA Application in which I am using jqxGrid. I want to export the entire grid, which is spread across the pages, in an Excel file.
I have following doubts regarding export functionality:
1. I have tried following two ways for export:
$("#gridProtocols").jqxGrid('exportdata', "xls", 'gridProtocols');
For the above code, the page redirects to the jqWidgets Server URL.
$("#gridProtocols").jqxGrid('exportdata', 'pdf', 'gridProtocols', true, null, true, null);
For the above code we have mentioned Server URL as null but still it goes to default jqWidgets Server URL.
The doubt I have is what does the Server Page do?
2. Will the export functionality work in the Evaluation License?
Thank You.
Regards,
Jash Kapasi