foreach (var block in Model.PageBlocks)
{
@Html.GetGridHtml(block, "ArticleContent", "Framework")
}
Since "block" is an Elemental datatype it wont extend IPublishedContent.
And I can't figure out how to use models builder since it only outputs t JToken, and not the actual property needed for the GedGridHtml helper.
Use grid property editor in nested content
Is it possible to use grid property editor in nested content and if so... how?
Hi itaRubin
It is, you place it on your nested document type like you would do normally, there is no secret tricks to it.
How do you I render the grid from nested content?
Since "block" is an Elemental datatype it wont extend IPublishedContent. And I can't figure out how to use models builder since it only outputs t JToken, and not the actual property needed for the GedGridHtml helper.
is working on a reply...