Hi,
I have a gridview and the gridview has as SelectionMode="Multiple" and SelectionUnit="Cell".
My problem is now that the selection of the cells disappears after sorting or filtering the grid. But I want that the selected cells stay selected also after sorting the grid.
If I use SelectionUnit="FullRow", then the selection of the rows don't disappear.
Why does the gridview act like this? Do I have to set some properties or do You know an easy way to implement this functionality on my own?
Thanks
Walter
I have a gridview and the gridview has as SelectionMode="Multiple" and SelectionUnit="Cell".
My problem is now that the selection of the cells disappears after sorting or filtering the grid. But I want that the selected cells stay selected also after sorting the grid.
If I use SelectionUnit="FullRow", then the selection of the rows don't disappear.
Why does the gridview act like this? Do I have to set some properties or do You know an easy way to implement this functionality on my own?
Thanks
Walter