Contents tagged with Prism
-
Silverlight Tips & Tricks: Make Silverlight DataGrid be more MVVM friendly =)
Today one guy from our dev team met some problems with binding of datagrid selected items. Because of SelectedItems is readonly property, we cannot create two way binding for it. After a short discussion we decided to create DataGridSelectedChanged command behavior which will inform our model about selected rows. (We are using microsoft p&p prism commands api).
-
MS Prism remote module loading tips
1. Share styles between modules.