John Camacho
2014-03-24T14:24:08Z
Is it possible for a header to key on another column for sorting?
When I click on header 2 I want to sort by Column 3.
Thanks


Igor/10Tec
2014-03-25T13:52:52Z
Cancel the default action in the ColHeaderClick event for the column 2 using its bDoDefault argument, and then call the DoDefaultSort method passing the 3rd column as its first parameter.