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 Guys,
While using @Umbraco.Field("thisGrid") i can see json for grid.
@Umbraco.Field("thisGrid")
But, when using @CurrentPage.GetGridHtml("thisGrid") grid content is not shown and is empty.
@CurrentPage.GetGridHtml("thisGrid")
What am i missing here ?
In settings-> partial views ->grid -> i can see 'bootstrap2-fluid.cshtml' & ''bootstrap3-fluid.cshtml'
I have also tried @CurrentPage.GetGridHtml("thisGrid","bootstrap3-fluid") but no success.
@CurrentPage.GetGridHtml("thisGrid","bootstrap3-fluid")
thanks.
Hi Rayman,
This is the setup we use with no problem.
@Html.GetGridHtml(Model.Content, "thisGrid", "bootstrap3-fluid")
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Grid content issue
Hi Guys,
While using
@Umbraco.Field("thisGrid")
i can see json for grid.But, when using
@CurrentPage.GetGridHtml("thisGrid")
grid content is not shown and is empty.What am i missing here ?
In settings-> partial views ->grid -> i can see 'bootstrap2-fluid.cshtml' & ''bootstrap3-fluid.cshtml'
I have also tried
@CurrentPage.GetGridHtml("thisGrid","bootstrap3-fluid")
but no success.thanks.
Hi Rayman,
This is the setup we use with no problem.
@Html.GetGridHtml(Model.Content, "thisGrid", "bootstrap3-fluid")
is working on a reply...