Multiple Grid on Layout windows

Hi everybody, my new problem is to put into a single Layout cell two different Grid. I think it’s possible with view feature.
Is it necessary to add two div tags into the Layout cell ??

Someone could explain how to do this:


Hi

  1. you can nest 2E layout in this cell with hidden headers
  2. you can use sinmple divs
  3. you can use views, but you need to switch these views
    dhtmlx.com/docs/products/dht … views.html

Darya, could you make me an example using divs? I visualize only one grid.


layout.cells(‘a’).attachObject(‘mainDiv’);

Ok thanks a lot… :smiley:

P.S.

For viewing the two grid I set the height at 50%

Ok, it is your custom settings :slight_smile: