Hi,


I am trying to understand the best way to use the new grid sort delegate.

proc page1_section1_sort(nColumn, nDirection)

nColumn starts at 1
nDirection is 1 for ascending and -1 for descending.
My thought was that this would be called by clicking on a header column in the grid itself, but that does not seem to be exposed at the moment.

The obvious choice is to put the code in a menu, but I think it would be more intuitive if a header click was available.

Thanks.

Herb