Hi,
Here is my problem, I have a XamGrid with groups and when a column is ordered the selected row is not highlighted anymore.
Is there a way to keep the row highlighted ?
Regards.
Fabien.
When sorting has occurred the selected rows can be returned from SelectionSettings to store the previous selection. Within the CellControlAttached event the selected rows can be added.
I have attached an updated sample.