i have a window with form in the top and tabpanel in the bottom.
Each tab in the TabPanel has a grid that i can not fit into as you can see in the attached image. How can i do that?
I give height to Tabpanel: 400 and set height of grids to '100%'. But it doesn't work.
Thanks for reply.
I also tried that. No size setttings for grid, but no changes.
I can say that the top of window is container for the two fieldset you can see in the image. If i remove container and put only fields of form in the top layout is ok.
But it would work also with fields form in container. Form container and tabPanel are distinct objects, so i don't know how the first can modify the second one.