-
Description When going back from the apple's detail to the list, I need to perform some actions such as refreshing the list of apples in case any apple has been added/modified. But, when I add any code other than a console log to the Steps to reproduce
The navigation won't work if:
Expected behaviour Actual behaviour Basic information
Here is the commit that breaks the navigation and here the project's repository. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem had nothing to do with Prism. I was unaware of the I've uploaded the fix to that problem here. My apologies. |
Beta Was this translation helpful? Give feedback.
The problem had nothing to do with Prism.
I was unaware of the
SelectionChanged
event of the DataGrid that contains the list of apples being fired when theOnNavigatedTo
method performs the instructionthis.SelectedApple = null
.I've uploaded the fix to that problem here.
My apologies.