Hi Guys,
How to set the height of a subgrid ?
The bellow code, does not work:
$g = Gridphp::get();
$opt[“height”] = “”;
$g->set_options($opt);
1 Answers
Your Answer
Hi Guys,
How to set the height of a subgrid ?
The bellow code, does not work:
$g = Gridphp::get();
$opt[“height”] = “”;
$g->set_options($opt);