Hi,
i got the premium package of the phpgrid a couple of days ago. I works well as expected but my problem now is how to actually use the master detail grids.
i used the exact codes which was used in the demo folder and it doesn't work. when i take out the following lines of code
$e["on_insert"] = array("add_client", null, true);
$e["on_update"] = array("update_client", null, true);
$grid->set_events($e);
it works but then it doesn't do what its supposed to do which is to filter the detail table when a master record is selected.
Please what am i doing wrong.
Thanks
1 Answers
Your Answer