Form & Grid in one layout?

Hi,

How would I put a form and a grid in one single layout?
For example, say I want to have some form elements in the top part of the layout and a grid following those form elements. Any hints on how I can do that?

Thanks

Hi
The single way - it is using divs.


Thanks!

If I am using a dhtmlXLayout, does it mean that I have to create a html with all the different divs before attaching the form & grid?

Sorry, i posted WINDOW instead of LAYOUT… :blush:
I suppose you understood…

Good idea: you can create HTML file with form and div and place them in correct form and size and attach to the layout via

layout.cells("a").attachURL("form_grid.html")