Does Grid have facility to export data in to Excel or csv fo

Hi,



Does we have facility in grid to export data in to EXCEL or CSV format.



Thanks

Grid can serialize its data to CSV

var csv = grid.serializeToCSV();

dhtmlx.com/docs/products/dhtmlxG … 9136234000