Copied to clipboard

Flag this post as spam?

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


  • Arindam 11 posts 91 karma points
    May 10, 2017 @ 15:41
    Arindam
    0

    While I am inserting a gridlayout in a page its shows me wrong following wrongf message.

    Please help me out from this .

    { "value": " Macro alias: renderUmbracoForm ", "editor": { "name": "Rich text editor", "alias": "rte", "view": "rte", "render": null, "icon": "icon-article", "config": {} }, "active": false },

    ", "editor": { "name": "Rich text editor", "alias": "rte", "view": "rte", "render": null, "icon": "icon-article", "config": {} }, "active": true } ], "active": true, "hasActiveChild": true } ], "hasConfig": false, "id": "faca84a3-7e07-cd95-0898-b588074a6639", "hasActiveChild": true, "active": true } ] } ] }

  • Henrik Vincent 122 posts 616 karma points
    May 11, 2017 @ 07:49
    Henrik Vincent
    100

    Hi there Arindam

    How are you rendering the grid in your template?

    Are you using @Umbraco.Field("yourGridAlias")?

    If so you should change it to

    @Html.GetGridHtml(Model.Content, "yourGridAlias") as described here

  • Arindam 11 posts 91 karma points
    May 11, 2017 @ 07:52
    Arindam
    0

    Hi , Henrik Vincent Nielsen

    Thanks ,for the response . Lets try and will revert back to you.

  • Arindam 11 posts 91 karma points
    May 11, 2017 @ 14:09
    Arindam
    0

    Lots of thanks and appreciated its works for me.

  • Henrik Vincent 122 posts 616 karma points
    May 11, 2017 @ 14:17
    Henrik Vincent
    1

    Glad to help, Arindam.

    I remember having the same issue when I tried using Grids for the first time :)

    Have a good one!

Please Sign in or register to post replies

Write your reply to:

Draft