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
Hello Team, we have an issue with rendering grid layout widget into ucommerce view page
Do we have any helper method to display the grid as we have @Umbraco.Field("PropertyName") to display properties.
Or please guide us to get this done as this is one of the major requirement from our client.
Hi Victoria
Have a look here - https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/render-grid-in-template
You can render grid whenever you want with this code:
@Html.GetGridHtml(Model.Content, "propertyAlias")
Alex
Did you solve this issue?
Can you share with our community?
Hi Alex, Yes we solved the issues with the steps that are there in the link you shared
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to render grid layout widget into ucommerce cshtml view.
Hello Team, we have an issue with rendering grid layout widget into ucommerce view page
Do we have any helper method to display the grid as we have @Umbraco.Field("PropertyName") to display properties.
Or please guide us to get this done as this is one of the major requirement from our client.
Hi Victoria
Have a look here - https://our.umbraco.com/documentation/getting-started/backoffice/property-editors/built-in-property-editors/grid-layout/render-grid-in-template
You can render grid whenever you want with this code:
Alex
Hi Victoria
Did you solve this issue?
Can you share with our community?
Alex
Hi Alex, Yes we solved the issues with the steps that are there in the link you shared
is working on a reply...