How to track a bug in the grid

Hello,

I created a testgrid “testgrid.php” and a “testgrid_get.php” and a “testgrid_update.php”

The population of the testgrid.php works and just to see what is happening in the background I can also simply open localhost/testgrid_get.php and see what is being transferred.

Unfortunately updating my testgrid.php worked until one point and I made a another change in the testgrid_update.php and now it does not work anymore. The line in testgrid.php becomes bold for a second but when I press F5 to refresh the changes have gone.

How can I track or log what is actually happening in my testgrid_update.php?

Tku,
R

You may try to use dhtmlxdataprocessor_debug.js (you can find it in “dataprocessor/codebase” directory) top get extended information about updating data using dhtmlxDataProcessor