This example shows how to sort column or row area fields by invisible data column values via the PivotGridControl.CustomFieldSort event. There are two columns in the project: Month and Order. The first column is visible and contains month names. Without custom sorting, they're shown in the wrong, alphabetical order: April, February, January, March. With custom sorting applied, their order is correct.
Question Comments
Added By: Simon Lee 10 at: 1/29/2014 7:40:24 AM
Hey, According what you've said.I've successfully solved the problem.
Much appreciate it.