Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • rayman 6 posts 76 karma points
    Jun 27, 2017 @ 11:52
    rayman
    0

    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.

  • Garðar Þorsteinsson 119 posts 566 karma points
    Jun 27, 2017 @ 12:26
    Garðar Þorsteinsson
    0

    Hi Rayman,

    This is the setup we use with no problem.

    @Html.GetGridHtml(Model.Content, "thisGrid", "bootstrap3-fluid")

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies