grids not displaying

Questionsgrids not displaying
uzoma amaeshi asked 9 years ago

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
Abu Ghufran answered 9 years ago

Make sure the variable $grid is jqgrid() object in your code.

Your Answer

4 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?