SMART datagrid v.1 > Classes > GridExportOptions

Back  Forward

DataLudi.GridExportOptions.allItems  property

If it is true, it will all contain the rows not expanded in Grid or Tree which has done row grouping. 

Defaults to true.

Getter
function allItems(): Boolean
Setter
function setAllItems(value: Boolean)
Code -1
    $('#export').click(function () {
        DataLudi.exportToExcel(grdMain, {
            taregt:  "local",
            fileName: "dlgrid.xlsx",
            checkNumber: true
        });
    });
See Also
GridView
TreeView
GridExcelExporter
exportToExcel
Examples
Excel Exporting