Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1360
Custom group by logic
posted

Hi,

For once, a short question :-)

Is there a way to implement a custom group by logic, instead of the options available in the GroupByMode enumeration?

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    UltraGridColumn exposes a property, GroupByEvaluator, which you can set to an IGroupByEvaluator interface implementation (the interface has only two methods).

Children