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
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 } ] } ] }
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
Hi , Henrik Vincent Nielsen
Thanks ,for the response . Lets try and will revert back to you.
Lots of thanks and appreciated its works for me.
Glad to help, Arindam.
I remember having the same issue when I tried using Grids for the first time :)
Have a good one!
is working on a reply...
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.
Continue discussion
GRID LAYOUT ERROR
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 } ] } ] }
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
Hi , Henrik Vincent Nielsen
Thanks ,for the response . Lets try and will revert back to you.
Lots of thanks and appreciated its works for me.
Glad to help, Arindam.
I remember having the same issue when I tried using Grids for the first time :)
Have a good one!
is working on a reply...
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.