SMART datagrid v.1 > Classes > GridExportOptions
If it is true, it will all contain the rows not expanded in Grid or Tree which has done row grouping.
Defaults to true.
$('#export').click(function () {
DataLudi.exportToExcel(grdMain, {
taregt: "local",
fileName: "dlgrid.xlsx",
checkNumber: true
});
});