I have a form with a master detail. In the master detail is a grid. On the form is a button that links to another modal form to add or edit information shown in the master detail grid.
How can I make the master detail grid reload after I add or edit something in the modal form and close it.
sc_exit() isn’t what I need and reloading iframes with javascript doesn’t work.
This seems like logical functionality and I don’t understand why something this simple has to be so roundabout difficult.