Hi there,
I just managed to implement custom sorting on the radGrid, which works just fine.
But now I came to this problem:
I offer different links to fill that grid with data. Whenever I change the data displayed the sorting should be disabled. What is quite easy, 'cause I do the sort programmaticly. The only problem is: When the user sorted a column before, that column is still highlighted.
So to make it simple:
I am searching for a way to reset all Sorting-Related-Information (which Column is sorted, what direction it is sorted) if a radGrid. Shouldn't be that hard to do, I just cannot find it.
I just managed to implement custom sorting on the radGrid, which works just fine.
But now I came to this problem:
I offer different links to fill that grid with data. Whenever I change the data displayed the sorting should be disabled. What is quite easy, 'cause I do the sort programmaticly. The only problem is: When the user sorted a column before, that column is still highlighted.
So to make it simple:
I am searching for a way to reset all Sorting-Related-Information (which Column is sorted, what direction it is sorted) if a radGrid. Shouldn't be that hard to do, I just cannot find it.