Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mermich on Jun 04, 2009 10:31
open dhtmlx forum
ExportCSV without row id

Hi,

When i am trying to export a grid into csv, the rows Ids are also exported. How to not generate them ?

Answer posted by Support on Jun 05, 2009 02:14
Use next command before exporting to CSV
       grid.enableCSVAutoID(true);
       var csv = grid.serializeToCSV();