Hi,
I have a XamGrid with SelectionSetting is
<ig:XamGrid.SelectionSettings> <ig:SelectionSettings CellClickAction="SelectRow" CellSelection="None" ColumnSelection="Multiple" RowSelection="Multiple" /></ig:XamGrid.SelectionSettings>
ItemsSource binds to an ICollectionView. I tried to highlight the selected row on the grid when ICollectionView.CurrentItem changes. But what I saw on the grid is only the first cell of the row has a border showing it is selected. How could I sync the selectedrow of the grid with ICollectionView.CurrentItem? Thanks!
Thanks,
Bill
Hello Bill,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.