Hi..
I have a gridview (actually a SPgridview)
And i made the columnname clickable so the users can sort the rows using the data. And that works fine.
The problem occurs when users try to select a row after they sorted the data. I can see that the gridview kinda "forgets" how the rows were sorted and selects the row that was at the clicked index before it got sorted..
How do i fix that? I tried sorting the row again after the user selects a row, but that doesnt seem to work. And should the gridview remember the fact that it was just sorted?
Thanks in advance :)