4 Answers
Grid id is set when you call
$g->render('list1');
Here list1 is set as grid id.
For subgrid, id is auto set, which can be read by
$g->id
Our product does not support C_DataGrid object.
Please refer docs for more help at http://phpgrid.org/docs
Your Answer