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
80
Binding Active item issue
posted

Hi,

I have an issue with the data binding and "Active item" property. When I select a row in the grid, the Active item works correctly: the property attached to the Active Item is correctly populated.I navigate to another page and go back to the page with the grid. On the view, no row are selected (ActiveItem is null) while the property attached in my viewmodel have always the row value.

Why the row isn't selected in the grid after the navigation?