I'm having trouble rendering a grid on a page.
The scenario is that I add a Macro-content that lists content from child pages.
The sub-content has a grid that's supposed to render.
Thus.
A grid utilizes a macro to render a grid.
In theory i suppose that everything would be nice and all, but i get a error telling me "Stack empty.".
A little investigation tells me that System.Collections.Generic.Stack`1.Peek() is the bad guy, but i get the feeling that there is something not getting finished before the next iteration.
Grid -> Macro -> Grid
Hi,
I'm having trouble rendering a grid on a page. The scenario is that I add a Macro-content that lists content from child pages. The sub-content has a grid that's supposed to render.
Thus. A grid utilizes a macro to render a grid.
In theory i suppose that everything would be nice and all, but i get a error telling me "Stack empty.". A little investigation tells me that System.Collections.Generic.Stack`1.Peek() is the bad guy, but i get the feeling that there is something not getting finished before the next iteration.
Has anyone tried, or seen this before? Any ideas?
Using Umbraco 7.5.3.
is working on a reply...