is there a way to sort Field Chooser for RadPivotGrid too?
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 01 Aug 2023, 10:18 AM
Hello Ada,
Thank you for writing.
The RadPivotFieldList internally hosts a RadTreeView control responsible for displaying the logical ContainerNodes objects.
In order to have the items sorted, you would need to define a SortOrder to the RadPivotFieldList.FieldsControl object. A suitable place to perform this task is the handler of the RadPivotGrid.UpdateCompleted event: