New Post: Nested Region within Popup Window
Thank you once again for the quick response. It has taken me a few days to get around to trying this out. With this solution I am indeed able to make the PopupWindowActionSample work as expected....
View ArticleNew Post: Communicating between views in multitab application
Hi Federico, Thank you very much for reply. I also have considered the idea about shared ID to setup relation between the FilterViewModel and the ResultViewModel. But I still can't understand how to...
View ArticleNew Post: Customize WPF DataGrid Filtering application for Prism-MEf
Hi, It would be useful if you could provide us with more information about what you are trying to achieve, so that we can have a better understanding of your scenario in order to help you with your...
View ArticleNew Post: Customize WPF DataGrid Filtering application for Prism-MEf
Hi Damian, After the above modifications the ColumnFilterControl appear in each column Header of my Grid but: 1-the images for filter operations doesn't show up in cbOperation combo box and distinct...
View ArticleNew Post: Customize WPF DataGrid Filtering application for Prism-MEf
Hi Prism Experts, Could you help me about this issue please?
View ArticleNew Post: Communicating between views in multitab application
Hi, As a possible option to do this, you could provide the ID by raising an event through EventAggregator, so Filter and Result view models can get this ID assigned like this: Subscribe to the event on...
View ArticleNew Post: Nested Region within Popup Window
Hi, Indeed, I have tried moving the HelloWorldView code to the Shell window, and the RegionManagerAwareBehavior was unable to set the RegionManager property in the ClientsView. It seems that again,...
View ArticleNew Post: Customize WPF DataGrid Filtering application for Prism-MEf
Hi Prism Experts, Could you help me about this issue please?
View ArticleNew Post: Customize WPF DataGrid Filtering application for Prism-MEf
Hi, What you are describing seems to be a really complex customization of the JibGrid control logic and for an specific scenario. Could you provide us with a sample solution of what you are trying to...
View ArticleReviewed: Prism 4 - November 2010 (Apr 11, 2013)
Rated 5 Stars (out of 5) - Thanks for wonderful Framework.
View ArticleNew Post: Share ViewModels
Hello, How best way to share Modules ViewModels property for property values save setting to xml format. Thanks so much.
View ArticleNew Post: Communicating between views in multitab application
Hi Federico, Excellent idea! Thank you very much!
View ArticleNew Post: Share ViewModels
Hi, It would be helpful is you could explain in more detail what you are trying to achieve so we can provide guidance to you. Regards, Federico Martinez http://blogs.southworks.net/fmartinez
View ArticleNew Post: Share ViewModels
Hello, Thanks for reply, For example, we have two modules and each module a viewmodel we now how to share viewmodels if clicked save button all property save to xml format. Modules1namespace...
View ArticleNew Post: In which module the region manager should be located?
What is the best practice, where the region manager should be located in views module or in view models module? On the one hand, it seems that navigation should be controlled by view model, since the...
View ArticleNew Post: Is it possible to specify that all views in region should be...
Is it possible to specify that all views in region should be removed when when deactivated on region level in xaml? For example, I need to specify that such behavior should be applied to any view that...
View ArticleNew Post: Nested Region within Popup Window
Thanks again for the reply. I will work with these workarounds.
View ArticleNew Post: In which module the region manager should be located?
Hi, First, I believe we should make a distinction between "visual logic" and "presentation logic." Based on my understanding of the MVP pattern, the "visual logic" refers to the logic in charge of how...
View ArticleNew Post: Share ViewModels
Hi, Based on my understanding, you are trying to save the data of each view model into a XML file. If this is your scenario, I think that a possible solution could be to use a shared service, which...
View ArticleNew Post: Is it possible to specify that all views in region should be...
Hi, As far as I know, Prism does not provide this kind of functionality as out of the box. However, Prism does provides several extensions points that you can use to include your own custom...
View Article