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
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