Skip to main content

PivotGridBuilder<T>.AllowSortingBySummary Method

Name Parameters Description
AllowSortingBySummary(JS) value Allows users to sort the pivot grid by summary values instead of field values. Ignored if the PivotGridDataSource's paginate property is true. Mirrors the client-side allowSortingBySummary option.
AllowSortingBySummary(Boolean) value Allows users to sort the pivot grid by summary values instead of field values. Ignored if the PivotGridDataSource's paginate property is true. Mirrors the client-side allowSortingBySummary option.