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

    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 113 posts 534 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")

Please Sign in or register to post replies

Write your reply to:

Draft