Hi,
I have problem in using licensed version of jqxGrid.
When I export small number of grid data to excel, it works fine. (less than 1200 lines)
But, If jqxGrid listSize is more than 1200 lines, export to Excel function does not work properly.
I have searched forum for this problem, and found similar problem.
But that case was data problem (having ‘ in data itself), not size problem.
If i debugging through Chrome browser, when it downloading files using the jqxgrid.export.js parts provided by jQWidgets, all the parameter values are sent as null.
Since I use licensed version, is there any file to set limit of exporting lines (sizes) to Excel?
or is it source problem I wrote?
Thanks in advance