Hi,
I tried to implement the tutorial entitled: "Excel like grid in PHPRunner applications" (http://xlinesoft.com/blog/2015/10/30/excel-like-grid-in-phprunner-applications/ ) for my project but had a problem. I am trying to apply this functionality to a check box field called "active" that can have a value of "0" or "1". For some reason, I am able to check the box, but this isn't saved in the database. I changed the code to reflect the correct tables and fields and it allows it to be checked but then if you navigate away from the list page and then back, it is no longer checked. Any thoughts on what might be missing? Thanks,
Brett