I am new to umbraco, but i really like it.
I am having trouble using the 'grid layout' system.
I tried it earlier on a starter kit with no problem, but now that im using it on my own site, it wont wok.
I have set up the data type, added the property to the document type and added content. I then called the @Umbraco.Field("gridLayout") in my template.
When i go to the live site, it just writes out the code, without rendering any content.
EDIT: i have now used the @CurrentPage.GetGridHTML to call the content. It does not display code anymore, now it just displays nothing at all in the frontend.
Does this make any difference. I assume that you are using the latest Umbraco version 7.4.3. You can find the documentation on how to render the grid in a template here.
Issue using the Grid layout.
Hi Umbraco Forum
I am new to umbraco, but i really like it. I am having trouble using the 'grid layout' system. I tried it earlier on a starter kit with no problem, but now that im using it on my own site, it wont wok.
I have set up the data type, added the property to the document type and added content. I then called the @Umbraco.Field("gridLayout") in my template.
When i go to the live site, it just writes out the code, without rendering any content. EDIT: i have now used the @CurrentPage.GetGridHTML to call the content. It does not display code anymore, now it just displays nothing at all in the frontend.
I hope someone can help me out.
thanks :)
Hi Asger and welcome to our.
What if you do something like this.
Does this make any difference. I assume that you are using the latest Umbraco version 7.4.3. You can find the documentation on how to render the grid in a template here.
https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/Grid-Layout/Render-Grid-In-Template
Hope this helps,
/Dennis
Hi Dennis.
Thank you very much, that did the trick.
Best regards.
is working on a reply...