Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When creating the models with the umbracomodelsbuilder everything works perfectly untill you use an Umbraco Grid
when using @Html.GetGridHtml(Model.MyRowData)
it is throwing an error.
What is the correct way to get the Grid html when you use strongly typed models?
FYI: The UmbracoModelBuilder is generating a value of the type NewtonSoft.Json.Linq.JToken
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
GetGridHtml
When creating the models with the umbracomodelsbuilder everything works perfectly untill you use an Umbraco Grid
when using @Html.GetGridHtml(Model.MyRowData)
it is throwing an error.
What is the correct way to get the Grid html when you use strongly typed models?
FYI: The UmbracoModelBuilder is generating a value of the type NewtonSoft.Json.Linq.JToken
is working on a reply...