PHPMaker v2026.9.0.
Note that this topic is actually still related to this another topic.
Let’s use demo2026 project file, and we implement in orderdetails table.
This is the Table setup for that table:
In Table_Load server event, make sure you have already had the following code:
$this->UseAjaxActions = true; // Use Ajax Actions for the table
Re-generate ALL the script files, and try the following steps:
-
Go to the generated web application, login using username admin and password master,
-
Click on OTHER TABLES → Order Details, and change the records per page to 3,
-
Click on Next button to go to the page 2,
-
Click on Grid-Edit, then the Grid-Edit page will be displayed in Modal dialog,
-
Try to change any Quantity in one of those 3 records, and then click on Save button,
-
System will display Update Successfully message, and will display Grid-Edit back in Modal dialog,
-
Now click on Cancel button from that Modal dialog,
-
After that, click on Next button to go to the page 3, then here is the issue… the value in Product ID column are blank with Grid-Edit mode (it should not be in Grid-Edit in List Page since we use Modal dialog for Grid-Edit), as you can see from the following screenshot:



