The following table summarizes the limitations of the xamTreeGrid control. Detailed explanations of all of the limitations after the summary table.
Legend:
– Workaround available
– No known workaround
– Fix planned
Limitation
Description
Status
Adding records not supported
The xamTreeGrid control does not provide a UI for adding records therefore the AllowAddNew property of FieldLayoutSettings is ignored.
Expandable field records not supported
The xamTreeGrid control does not support expandable field records as the xamDataGrid . Instead it supports expandable records which are rendered using a single field layout. Because of this all properties which begin with "ExpandableFieldRecord…" of the FieldSettings object have no effect on the control.
Grouping not suppotrted
The xamTreeGrid control does not support grouping records, therefore all of the "GroupBy…" properties are ignored.
Label location in cells not supported
A setting of InCells for the LabelLocation property of FieldLayoutSettings will resolve to SeperateHeader.
UseCollectionView filtering not supported
The xamTreeGrid control does not support the UseCollectionView filtering option for the FilterEvaluationMode property. If you set the UseCollectionView option this will resolve to Auto.
Related Content
Topics
The following topics provide additional information related to this topic.