Copied to clipboard

Flag this post as spam?

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


  • Pankaj 7 posts 27 karma points
    Feb 14, 2021 @ 12:38
    Pankaj
    0

    Umbraco Grid when get umbraco grid page it's show like this how to get only Html

    enter image description here

    Umbraco Grid when get umbraco grid page it's show like this how to get only Html

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Feb 14, 2021 @ 12:54
    Huw Reddick
    0

    In your page template you should do

    @Html.GetGridHtml(Model, "aliasOfYouGrid")
    
  • Raymundo452 1 post 71 karma points
    Feb 17, 2021 @ 07:32
    Raymundo452
    0

    I have some problem rendering the grid in Umbraco 8. I only have the basic out of the box from Umbraco. I'm using Modelbuilder. This is the error i'm getting It feels like the GetGridHtml or even the default rendering templates should Grid showed the error, that Model doesn't contain a definition for Grid.

    Oursainsburys

  • Huw Reddick 1702 posts 5999 karma points MVP c-trib
    Feb 17, 2021 @ 08:19
    Huw Reddick
    0

    Hi,

    Could you show us the code you have in your template

Please Sign in or register to post replies

Write your reply to:

Draft