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
Parents
No Data
Reply
  • 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.

Children
No Data