How to change the popup page to display in the page?

0
May I ask a question? The requirement is to click the modify button, do not need to pop up the page, only need to display the content on the right, the left control is data grid 2, how to achieve this?
asked
3 answers
0

Hey

You can add the contents of the pop-up on the page wherever you need it and set a visibility condition to it.
Set this boolean to true when the user clicks on the modify button.

Is this what you want to achieve? 

Regards

answered
0

 

 

 

There is new question, how can we click the edit button on the left to display the PublicItem list ​

associated with PublicParameter on the right, with a layout that looks like this, instead of a Parent-child container?

answered
0

Hey

Similarly for this you can set a visibility condition to the listview, 
Set a boolean to true when the user clicks on the edit button.
But you will have to enclose this listview in a dataview with PublicParameter object because you want to show all associated objects in it. 

answered