Categories | Question details Back To List | ||
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(); |