Hi,
I am using the GridViewSelectColumn inside my grid-view. With the help of behavior i am able to get the selected items list in MVVM pattern.But i am not able to load back the selected items to the Grid-view.
Ex: I am having child window which contains the grid-view, The grid-view contains the GridViewSelectColumn . With the help of behavior i am able to get the selected items list in MVVM pattern.
I am passing that list to parent window.
When this child-window again opens from Parent Window, i need the grid-view should contain the selected list back in that. I am passing the list(which was sent from child to parent) from parent to child . But the grid items are not in selected mode.
Can anyone suggest the way please.
Thanks
Gopinath
I am using the GridViewSelectColumn inside my grid-view. With the help of behavior i am able to get the selected items list in MVVM pattern.But i am not able to load back the selected items to the Grid-view.
Ex: I am having child window which contains the grid-view, The grid-view contains the GridViewSelectColumn . With the help of behavior i am able to get the selected items list in MVVM pattern.
I am passing that list to parent window.
When this child-window again opens from Parent Window, i need the grid-view should contain the selected list back in that. I am passing the list(which was sent from child to parent) from parent to child . But the grid items are not in selected mode.
Can anyone suggest the way please.
Thanks
Gopinath