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
785
Binding to current item in XAML
posted

I moved my vanilla SL3 grid to XamWebGrid and I'm very disappointed in its compatibility with the regular grid.

I'm using MVVM and I use an ICollectionView to be able to keep track of the current item and be able to sort from the ViewModel. Sorting from the VM to the grid seems to work OK (I haven't cheked yet the opposite).

 

My problem is that I can't see any way to bind the current grid row to the item, which was handled by the vanilla grid for me. Do I have to handle that myself? I think the XamWebGrid should at least have the basic features of the vanilla SL3 grid.