GridOptions
Grid's overall settings information
Signature:
export interface GridOptions
Remarks
It is impossible to reset child components when GridBase.getOptions().
It is possible to reset child components when GridBase.setOptions().
The actual use is in GridView, TreeView.
Example
let options = {
summaryMode: 'aggregate',
display: {
columnResizable : false
}
};
gridView.setOptions(options);
Properties
Properties Desc
checkBar
Type
- CheckBar
copy
Type
- CopyOptions
dataDrop
Type
- DataDropOptions
display
Type
- DisplayOptions
edit
Type
- EditOptions
editor
Type
- EditorOptions
filtering
Type
- FilteringOptions
filterMode
Type
- FilterMode
filterPanel
Type
- FilterPanel
fixed
Type
- FixedOptions
footer
Type
- GridFooter
footers
Type
- GridFooterCollection
format
Type
- FormatOptions
header
Type
- GridHeader
headerSummaries
Type
- HeaderSummaryCollection
headerSummary
Type
- HeaderSummary
hideDeletedRows
Type
- boolean
mobile
Type
- MobileOptions
paste
Type
- PasteOptions
rowIndicator
Type
- RowIndicator
sorting
Type
- SortingOptions
sortMode
Type
- SortMode
stateBar
Type
- StateBar
summaryMode
Type
- SummaryMode