Sorting
Sort Field Values
To toggle the sort order of field values, click the field header:
Sort by Summary
To sort the values of a column field by a row, or the values of a row field by a column, right-click the row (column) and choose the field whose values should be sorted by the row (column) summaries from the context menu:
Note
- Use the control’s PivotGridOptionsCustomization.AllowSort property to prevent end-users from sorting data against all fields.
- Use a field’s PivotGridFieldOptions.AllowSort property to prevent end-users from sorting data against a specific field.
See Also