Page 1 of 1

FlexGrid and LayoutGrid possible vs impossible

Posted: Mon Apr 29, 2019 4:45 pm
by piotrh
Hello,
im exploring layout possibilities of LayoutGrid used together with FlexGrid.
I found out I can place a layout grid inside flexgrid and this flexgrid in another layout grid, something like this

[Layout grid (FlexGrid {Layout Grid2} {Layout Grid3})]

I placed some images in Layout Grid2 and Layout Grid3. Altogether it seems to work fine in my browser.

The question is: is this combination really safe? Which combinations of FlexGrid(s?) and LayoutGrids are safe?
And how many grids can i put inside grids? :)

Bests
Piotr

Re: FlexGrid and LayoutGrid possible vs impossible

Posted: Mon Apr 29, 2019 5:04 pm
by Pablo
A Layout grid should not be inside a flex grid and vise versa.
These are two different layout methods and they were not design to be mixed/nested.
The Layout gird is based on Bootstrap, flex grid is standard HTML functionality.

Layout grids can be nested one level.

Re: FlexGrid and LayoutGrid possible vs impossible

Posted: Mon Apr 29, 2019 6:22 pm
by piotrh
Thank You.
Although what I did seems to work in modern browsers
(firefox, chrome, opera). In IE and Safari i have installed to run tests - not.

Piotr

Re: FlexGrid and LayoutGrid possible vs impossible

Posted: Mon Apr 29, 2019 7:57 pm
by Pablo
IE does not support flex grid.