I have a simple grid/panel
that is located under a tab
.
I cant get it to be in 100%
height of the parent tab
.
How do you do it?
height:'100%'
and
viewConfig:{ forceFit: true }
won't work.
Thanks
I have a simple grid/panel
that is located under a tab
.
I cant get it to be in 100%
height of the parent tab
.
How do you do it?
height:'100%'
and
viewConfig:{ forceFit: true }
won't work.
Thanks
forceFit does not have anything to do with it.
Often the problem is that your grid need to be inside a container with a "fit" layout.
But I cannot help you more without some code.