Currently Sorted Column
Once you intialize a grid, getCurrentColumn and getCurrentRow return 0 since the default selected cell is (0,0).
Now if you click say the third column header to sort the thing (0,0) is still your currentrow and currentcolumn, because at this point you have not actually clicked on a different cell, all you have done is clicked on a header.
How do I tell what the current header selection is? That is, which columns header was clicked?
Now if you click say the third column header to sort the thing (0,0) is still your currentrow and currentcolumn, because at this point you have not actually clicked on a different cell, all you have done is clicked on a header.
How do I tell what the current header selection is? That is, which columns header was clicked?
Eric Juvet
May 9,