SMART datagrid v.1 > Classes

Back  Forward

DataLudi.GridExportOptions  class

The settings which can be specified when exporting grid to Microsoft Excel(.xlsx) Document. When calling GridExcelExporter.export, it will be transferred to parameter. 

Base Classes
DLBase
Constructor
function GridExportOptions (source: Object);
Properties
allItems
applyDynamicStyles
async
booleanCallback
booleanFormat
cancelable
checkNumber
datetimeCallback
datetimeFormat
fileName
footer
header
indenting
indicatorValue
legacy
linear
lookupDisplay
modal
numberCallback
numberFormat
objectCallback
onFinished
onProgress
onStart
rowIndicator
separateRows
showProgress
styledText
target
textCallback
textFormat
title
url
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
GridExcelExporter.export
exportToExcel
Examples
Excel Exporting
Async Excel Exporting