Search code examples
c#winformsdevexpress

Custom group sort in devexpress xtra report


I have created a XtraReport with devexpress. I have grouped that report with a data field. In devexpress group field support only ascending and descending sort function. But I want to custom sort which I want. Can I do this?


Solution

  • Use a calculated field and handle its GetValue event to implement custom sorting. See the following tutorial: Sort Data by a Custom Field.