<kendo:pivotGrid-sortable>
If set to true the user could sort the pivotgrid by clicking the dimension fields. By default sorting is disabled.Can be set to a JavaScript object which represents the sorting configuration.
Example
<kendo:pivotGrid>
<kendo:pivotGrid-sortable></kendo:pivotGrid-sortable>
</kendo:pivotGrid>
Configuration Attributes
allowUnsort boolean
If set to true the user can get the pivotgrid in unsorted state by clicking the sorted dimension field.
Example
<kendo:pivotGrid-sortable allowUnsort="allowUnsort">
</kendo:pivotGrid-sortable>