Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
I have scenario where in there's a pop up display having OK button, on click of this button takes me to another view. How can I do this?
Solved! Go to Solution.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Thank you for the info.