Version

Limitations (xamTreeGrid)

Topic Overview

Purpose

This topic describes which features of the Data Presenter are not supported by this control.

Required background

The following table lists the concept and topics required as a prerequisite to understanding this topic.

Type Content

Concept

Data Presenter Family

Topics

Topic Purpose

This topic explains the concept of the Data Presenter Family of controls.

This topic provides an overview of the xamDataGrid control including a conceptual diagram of its comprising elements.

This topic explains the features supported by the control from developer perspective.

This topic provides an overview of the visual elements of the control.

This topic explains what actions can be performed by the user.

In this topic

This topic contains the following sections:

Limitations

Limitations summary chart

The following table summarizes the limitations of the xamTreeGrid control. Detailed explanations of all of the limitations after the summary table.

Legend:

Yes.png – Workaround available

No.png – No known workaround

Fix.png – 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.

No.png

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.

No.png

Grouping not suppotrted

The xamTreeGrid control does not support grouping records, therefore all of the "GroupBy…" properties are ignored.

No.png

Label location in cells not supported

A setting of InCells for the LabelLocation property of FieldLayoutSettings will resolve to SeperateHeader.

No.png

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.

No.png

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic provides detailed instructions to help you get up and running as soon as possible with the control.

This topic explains how to bind the control to data and how to define its field layouts.

This is a set of topics describing how to configure the control.