-
Please I hope someone can help me, I need to open one modal windows passing parameters, then save and update the father window with the updated info. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can use the ContentDialog Control. I am not sure how familiar you are with it, but here is an example of one that I use and how to call it. (Doesn't include setting up the IContentDialogService) If you use a ViewModel, then you can pass data that way. Add a Page to your project and change it to a ui:ContentDialog.
I call the Content Dialog from a relaycommand in my ViewModel.
|
Beta Was this translation helpful? Give feedback.
You can use the ContentDialog Control. I am not sure how familiar you are with it, but here is an example of one that I use and how to call it. (Doesn't include setting up the IContentDialogService)
If you use a ViewModel, then you can pass data that way.
Add a Page to your project and change it to a ui:ContentDialog.
Use this as an example for your Page / ui:ContentDialog