Hi,
I'm desesperatly trying to user the sortmulti property for one of my webGrids.
In fact, I have special requirements for the sorting.
Let's say that my grid has 4 columns. (col1, col2, col3 and col4). The sort when clicking on col2,col3 and col4 is simple. just this column is sorted. but when I click on col1, I would like to have col1 sorted asc(or descending), col2 sorted the same asc, and col3 sorted asc.
I found the customSort_Cs sample in the KB but the sortmulti is only used when the form is loaded for the first time. Is it possible to fire a multisort only when a specific header is clicked. if yes, how?
thanks