SMART datagrid v.1 > Classes > GridExportOptions
The file name which should be saved in local PC. You should also contain the extension.
Defaults to null.
$('#export').click(function () {
DataLudi.exportToExcel(grdMain, {
target: "local",
fileName: "dlgrid.xlsx"
});
});