Use @Html.GetGridHtml in Dashboard of CMS - Umbraco 8
I would like to create a custom welcome Dashboard page but this needs to be editable in the CMS as well.
One idea was to create a page and allow the Admin user to set up a page using the Grid controls. I cant seem to get the cshtml Razor page to show in the Dashboard plus @Html.GetGridHtml isnt an option for HMTL.
Use @Html.GetGridHtml in Dashboard of CMS - Umbraco 8
I would like to create a custom welcome Dashboard page but this needs to be editable in the CMS as well.
One idea was to create a page and allow the Admin user to set up a page using the Grid controls. I cant seem to get the cshtml Razor page to show in the Dashboard plus @Html.GetGridHtml isnt an option for HMTL.
Is there a way to do this in Umbraco 8?
Thanks
Jon
Hi,
I think you have to try faking the rendering in an backoffice API controller ans Return the HTML to the angular based Dashboard.
Regards David
is working on a reply...