Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
How to sync Selected Row with ICollectionView.CurrentItem?
posted

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
  • 138253
    Offline posted

    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.

  • 138253
    Offline posted

    Hello Bill,

     

    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.