subgrid height

Questionssubgrid height
Akim asked 3 months ago

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
Abu answered 3 months ago

Hello,

You need to set height property in the detail grid options. e.g. following should work.

$opt["height"] = 800;

By default height is based on the number of records (rowNum property) shown in a page.

Your Answer

8 + 10 =

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?