Export Header in csv

Hello,

I would like to export a grid into a csv file. Everything is working great exept that the header (column name) are not included in the cvs file… How could I export the name of each column in the CVS file? Thx

Such behaviour can be enabled by
    grid.enableCSVHeader(true);

If you using old version of code, such function may be not available - in such case please use attached file.

dhtmlxGrid_nxml.zip (4.42 KB)