I have a form with various data fields …some of which I'd like to define as anchors to Modal Forms … to fill in detail for said object type ( for instance Underwriter shows up as a NAME on the main screen but clicking on it would bring up a modal form (fully functional) to edit the Underwriter info ( Location, experience level, notes, …) … that modal form would function independently (it's own controller / calls) and return back to the main page to ask it to refresh (say in case the name was edited on the modal form ).
Can something like this be done with DevExtreeme popup … can they contain a full validated devextreme form instead of a simple message … can they call back or force a refresh on main page when they close ?
Thanks