For a list of all members of this type, see TreeGridModel members.
Name | Description | |
---|---|---|
![]() | CHILD_DATA_URL_KEY | default property name in GET request used to populate childDataKey property |
![]() | DEFAULT_EXPANSION_STATE | default expansion state for records that have children |
![]() | flatToHierarchicalData | If set to true then the passed flat(if ForeignKey is defined) data to the gridModel is transformed to hierarchical data |
![]() | GENERATE_FLAT_DATA | configure whether to generate flat data |
![]() | LIST_EXPANSION_STATES_KEY | default key in the GET request to get the expansion state per record(URL for expansion state is like - listExpansionStates[primaryKeyValue]=true/false) |
![]() | PROPERTY_DATA_LEVEL_KEY | default property name in GET request used to populate propertyDataLevel property from dataSourceSettings |
![]() | PROPERTY_ENABLEREMOTELOADONDEMAND_KEY | default property name in GET request indicating remoteLoadOnDemand is enabled |
![]() | PROPERTY_EXPANDED_KEY | default property name in GET request used to populate propertyExpanded property from dataSourceSettings |
![]() | PROPERTY_FOREIGN_KEY | default property name in GET request to take foreignkey |
![]() | PROPERTY_FOREIGN_ROOT_VALUE_KEY | default property name in GET request to take foreignkey root value |
![]() | PROPERTY_INITIAL_EXPAND_DEPTH_KEY | default property name in GET request used to populate initialExpandDepth property |
![]() | PROPERTY_PATH_KEY | default property name in GET request to take children for the layout specified by the path - used when EnableRemoteLoadOnDemand is true (Example: If the treegrid has column ID set as primary key(and its type is integer) then if path is 1/10 - then first it should be founds record with pk value 1 from root layout - takes its children and finds amongst them record with primary key value 10. Returns its children) |
View on GitHub