Categories | Question details Back To List | ||
getting all grid data to CSV format, if am using pagination? Hi, I have successfully loaded 5000 records into DhtmlxGrid(using pagination).I want to serialize the grid data into CSV format .But when I tried to serialze the grid data (using serializeToCSV()), getting only 1 page of records(depends on page of records) into my CSV file.The remaing records is not serialzing to CSV format. So I would like to know to solve this issue in your new version(V14). (I am using version 1.3 professional). thanks Joji Answer posted on Nov 21, 2007 01:58 The issue solved in dhtmlxgrid 1.4 ( you will need the latest build ) Actually you need not to update all grid files, updating of dhtmlxgrid_nxml.js from latest version must be enough. |