Modal Edit does not show up when Return Pages After edit setup to Edit Page

PHPMaker v2026.8.

You may reproduce the issue as mentioned in the Title above as follows:

  1. Open demo2026 project using PHPMaker 2026,
  2. Click on orderdetails table from Database pane,
  3. Click on Table setup, enable Edit and Modal dialog options under Edit Page,
  4. Still under Table setup, select Edit Page under Return Pages β†’ After edit,
  5. Click on Code (Server Events, Client Scripts and Custom Templates), then put this following code in Table_Load server event:
    $this->UseAjaxActions = true; // Use Ajax Actions for the table
  6. Re-generate ALL the script files,
  7. Clear the generated cache,
  8. Go to the generated web application, login using username admin dan password master, then try to edit one of the orderdatails records, then after saving the record in Modal Edit, the issue is… modal dialog will close and back to the List Page.