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
240
How to detect which column header was clicked
posted

Hi,

I have a multi-column grid (single-sort).

I need to be able to detect which column header was selected to sort.

That is, I need to be able to identify the Header caption by using the grid_click event.

Thanks,

Dan

  • 37774
    posted

     This KB article might be of assistance to you in determining what was clicked.  I would think that you could also examine the BeforeSortChange event of the grid to see what has been added.

    -Matt