Pass business object from parent viewmodel to child viewmodel in MVVM using CSLA

Pass business object from parent viewmodel to child viewmodel in MVVM using CSLA

Old forum URL: forums.lhotka.net/forums/t/10904.aspx


nehacshah posted on Tuesday, November 22, 2011

We have using CSLA .NET 4.0 With Silverlight 4.0 and using MVVM Pattern

We have one radgridview in parent view.

When i click on button inside grid ther will  be a rad popup window to fill selected details and in that popup i can edit record.

so here how can i pass selected object from parent view model to child viewmodel

Not to used : Static Method, not create instance of the any view model.

Please help me out

RockfordLhotka replied on Tuesday, November 22, 2011

The answer will be different depending on the MVVM UI framework you are using.

Copyright (c) Marimer LLC