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.
Thank you for your post I have been looking into it but I cannot be completely sure how your data is organized, so could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.