Question
Amazon.com Inc
US
Last activity: 27 Dec 2018 12:47 EST
How to come back to parent page context after expanding (master detail) repeating expand row pane
Hi All,
I have Modal panel (Data-xyz class ) which displays some editable fields along with the repeating rows Grid. This has master-detail row operation with expandable rows (on another Data -abc class).
Now when user opens modal dialog and expands these repeating rows page context is changing to rows page context (Data-abc).
Now if user clicks on submit (with out entering other required fields belonging to the top level page), Error is thrown to fill the required fields. But even after filling the required fields, the submit button is not working. user is unable to close the modal panel also. user has to close the parent object to close this modal dialog.
I had tried refresh other section on click of the repeating rows. But even though page context is set but the submit or close button is not working ( meaning action is getting triggered or modal is not closing.)
How to bring back the page context to top level page (after expanding the repeating rows) ? why is the submit button not working even after refreshing the section on click of the rows.