I have assigned a grid to one of my nodes - I have called the grid property "pageContent".
I have tried calling the property with @CurrentPage.pageContent
It returns the following:
I am using 7.2.4.
I figured out the problem though. The bootstrap grid files was missing in my installation. It was a fresh one, so I didn't think of the files missing.
Ah good to hear you managed to figure it out and thanks for sharing. Remember to mark your own post as the solution so others can jump straight to it if they come across the same issue
Grid not rendering
I have assigned a grid to one of my nodes - I have called the grid property "pageContent". I have tried calling the property with @CurrentPage.pageContent It returns the following:
If I try to render the grid with @CurrentPage.GetGridHtml("pageContent") I get nothing.
What am I missing here?
Hi Søren
The
@CurrentPage.GetGridHtml("pageContent")
snippet should work...what exact Umbraco version are you using?/Jan
I am using 7.2.4. I figured out the problem though. The bootstrap grid files was missing in my installation. It was a fresh one, so I didn't think of the files missing.
Hi Søren
Ah good to hear you managed to figure it out and thanks for sharing. Remember to mark your own post as the solution so others can jump straight to it if they come across the same issue
/Jan
is working on a reply...