Version 22.2

TreeGridModel Class Fields

For a list of all members of this type, see TreeGridModel members.

Public Fields
 NameDescription
Public FieldCHILD_DATA_URL_KEYdefault property name in GET request used to populate childDataKey property  
Public FieldDEFAULT_EXPANSION_STATEdefault expansion state for records that have children  
Public FieldflatToHierarchicalDataIf set to true then the passed flat(if ForeignKey is defined) data to the gridModel is transformed to hierarchical data  
Public FieldGENERATE_FLAT_DATAconfigure whether to generate flat data  
Public FieldLIST_EXPANSION_STATES_KEYdefault key in the GET request to get the expansion state per record(URL for expansion state is like - listExpansionStates[primaryKeyValue]=true/false)  
Public FieldPROPERTY_DATA_LEVEL_KEYdefault property name in GET request used to populate propertyDataLevel property from dataSourceSettings  
Public FieldPROPERTY_ENABLEREMOTELOADONDEMAND_KEYdefault property name in GET request indicating remoteLoadOnDemand is enabled  
Public FieldPROPERTY_EXPANDED_KEYdefault property name in GET request used to populate propertyExpanded property from dataSourceSettings  
Public FieldPROPERTY_FOREIGN_KEYdefault property name in GET request to take foreignkey  
Public FieldPROPERTY_FOREIGN_ROOT_VALUE_KEYdefault property name in GET request to take foreignkey root value  
Public FieldPROPERTY_INITIAL_EXPAND_DEPTH_KEYdefault property name in GET request used to populate initialExpandDepth property  
Public FieldPROPERTY_PATH_KEYdefault 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)  
See Also

View on GitHub