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
Hi,
Is it possible to specify a fallback on the grid render like:
@Model.Value("pageTitle", "fr", fallback: Fallback.ToLanguage)
But for the @Html.GetGridHtml(Model, "grid1")
/ Jakob
Hi Jakob
Just change from
Model.PageContent.GetHtml(Html)
to
(Model.Value<GridDataModel>("gridalias", "culturecode").GetHtml(Html))
Hi Thomas,
As I read it, your solution uses Skybryd.Umbraco.GridData-extension, but installing it to my project causes an error:
Boot failed: Umbraco cannot run.
Can't see if Skybryd.Umbraco.GridData is compatible with Umbraco v8.2.0
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Grid Fallback.ToLanguage in Umbraco 8
Hi,
Is it possible to specify a fallback on the grid render like:
@Model.Value("pageTitle", "fr", fallback: Fallback.ToLanguage)
But for the @Html.GetGridHtml(Model, "grid1")
/ Jakob
Hi Jakob
Just change from
to
Hi Thomas,
As I read it, your solution uses Skybryd.Umbraco.GridData-extension, but installing it to my project causes an error:
Boot failed: Umbraco cannot run.
Can't see if Skybryd.Umbraco.GridData is compatible with Umbraco v8.2.0
is working on a reply...