The following tables list the members exposed by ITreeGridModel.
Name | Description | |
---|---|---|
![]() | ChildDataKey | Property name of the array of child data in a hierarchical data source. |
![]() | DataSourceSettings | Gets or sets specific for the TreeGrid dataSource settings. |
![]() | EnableRemoteLoadOnDemand | Specifies to the tree grid if data is loaded on demand from a remote server. Default is false. |
![]() | ForeignKeyRootValue | Specifies whether or not to render the expansion indicated in its own column. Default is true. |
![]() | Indentation | Specifies the indentation (in pixels or percent) for a tree grid row. Nested indentation is achieved by calculating the level times the indentation value. Ex: '10px' or '5%'. Default is 30. |
![]() | InitialIndentationLevel | if initial indentation level is set then it is used to be calculated width of the data skip column(usually used when remote load on demand is enabled) |
![]() | Locale | TreeGrid locale options |
![]() | RenderExpansionCellFunction | Reference or name of a JavaScript function responsible for rendering the expansion indicator. This function is called ONLY if renderExpansionIndicatorColumn is set to true. |
![]() | RenderExpansionIndicatorColumn | Specifies whether or not to render the expansion indicator in its own column. Default is true. |
![]() | RenderFirstDataCellFunction | a reference or name of a javascript function which changes first data cell - renders indentation according to databound level |
![]() | ShowExpansionIndicator | Specifies if rows(that have child rows) will have an expander image that will allow end users to expand and collapse them. This option can be set only at initialization. |
Name | Description | |
---|---|---|
![]() | DataBind | rebinds the grid |
View on GitHub