Hello,
Is there a way to tell the grid the initial sort direction for each column?
For example, for certain numeric columns, the first time the user clicks the column header, I want it to sort in descending order. For other columns, containing text for example, I want the initial sort direction to be ascending.
Currently all columns sort ascending order the first time you click the column header.
I considered using a custom sort function but this seems heavy handed, and the column sort direction indicator would be wrong.
Thanks in advance.