Skip to main content

Fields and Groups page

  • 2 minutes to read

The Fields and Groups page allows you to manage and customize both fields and groups. New fields and groups can be quickly positioned into one of four areas: Data, Row, Column, and Filter header areas.

ASPxPivotGrid Designer - Fields and Groups Page

Collection Editor

The Collection Editor dialog displays pivot grid areas, fields and groups in a hierarchical view and allows you to add, remove and reorder fields and groups.

The Collection Editor allows you to move pivot grid fileds/groups between areas using drag and drop. The green arrow (ASPxPivotGrid Designer - green-arrow) indicates a group/area where the dragged item will be placed. The blue up arrow (ASPxPivotGrid Designer - blue-up-arrow) indicates a position where the dragged item will be placed. The blue down arrow (ASPxPivotGrid Designer - blue-down-arrow) indicates an item after which the dragged item will be placed.

Item Properties

The Item Properties pane allows you to specify properties of the selected pivot grid field/group.

Button Pane

The Button Pane displays the buttons that are used to manage Pivot Grid’s fields and groups.

Button

Description

ASPxPivotGrid Designer - Add Button

The Add button creates a new field and adds it to the end of the currently selected area/group.

ASPxPivotGrid Designer - Insert Button

The Insert button creates a new field and adds it at the currently selected position.

ASPxPivotGrid Designer - Add Child Button

The Add child button creates a new field and adds it into the currently selected area/group.

ASPxPivotGrid Designer - Move To A New Group Button

The Move to a new group button creates a new group and moves the selected fields into it. You can move the selected fields to a new group using a context menu as well.

ASPxPivotGrid Designer - Remove Button

The Remove button removes the selected field/group from the Collection Editor.

Hold down the SHIFT or CTRL key while clicking field names to select and remove multiple fields.

Note, that the Remove button removes the selected items with their child items.

ASPxPivotGrid Designer - Up Button

The Move Up button swaps the selected field/group with the previous item.

ASPxPivotGrid Designer - Down Button

The Move Down button swaps the selected field/group with the next item.

ASPxPivotGrid Designer - Move Out Button

The Move Out button remove the selected field from the group and moves it to the parent area.

ASPxPivotGrid Designer - Move In Button

The Move In button inserts the selected field to the group above.

ASPxPivotGrid Designer - Retrieve Fields Button

The Retrieve Fields button retrieves fields from the bound data source. To do this, invoke the dropdown list and check the required fields and then click OK.

The selected fields will be relocated to the selected area.

See Also