Posted on 20/07/2020 13:16:11
Hi Jaap,
The Visual Editor doesn't currently support multiple grids defined on the same page.
Originally, the intention was for it to be possible to have as many grids as you wanted on the page. It was changed during development due to some technical concerns. We may be able to enable this feature now, so I've added a feature request for that (#82624) and we'll see what we can do about it. We'll also keep you updated here.
There is a workaround that you can try to use in the meantime, though it may not suit your use-case. You can specify grids on different pages and reuse those on your page. This is useful for fixed content like headers and footers. The way you do it is to create a page with your extra grid content. In the template for your main page, you can have that content rendered by using "@RenderGrid(<pageid>)", where the page id points to the page with the extra content.
If external grids don't work for you, then there is another way you can work around the issue, however it requires more work and it's NOT editor-friendly. As you've probably noticed, you can edit the first grid only, so if you really wanted to, you could build out the different grids in turn by swapping their order in the template. Note, please, that I'm not recommending this course of action. I only mention it for completeness sake.
- Jeppe