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
45
group by vs sorting
posted

Hi, How do I detect if a groupby column has been changed ? I also want to be able to differentiate if a user has performed a Sort or added a groupby column.

  • 469350
    Offline posted

    Hi,

    You can use the BeforeSortChange event. The event gives you the old column headers and you can compare these to the existing column headers to see what changed.