hi all..
having an issue with a datagrid sort -
I need to sort on one column, and then another -
ie: sort all on "time", retain that sort, and then sort on "score".
var pbpsort = new Array( "TIME", "SCORE" );
playbyplayGrid.sortItemsBy( pbpsort, Array.NUMERIC );
the problem i'm having is: I need to sort time ascending, and score descending. any ideas? this one is a killer.
thanks in advance!
having an issue with a datagrid sort -
I need to sort on one column, and then another -
ie: sort all on "time", retain that sort, and then sort on "score".
var pbpsort = new Array( "TIME", "SCORE" );
playbyplayGrid.sortItemsBy( pbpsort, Array.NUMERIC );
the problem i'm having is: I need to sort time ascending, and score descending. any ideas? this one is a killer.
thanks in advance!