Copied to clipboard

Flag this post as spam?

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


  • VICTORIA VILASINY 12 posts 82 karma points
    Oct 05, 2018 @ 12:54
    VICTORIA VILASINY
    0

    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.

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Oct 06, 2018 @ 21:20
    Alex Skrypnyk
    1

    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

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Feb 13, 2019 @ 13:59
    Alex Skrypnyk
    0

    Hi Victoria

    Did you solve this issue?

    Can you share with our community?

    Alex

  • VICTORIA VILASINY 12 posts 82 karma points
    Feb 14, 2019 @ 05:45
    VICTORIA VILASINY
    0

    Hi Alex, Yes we solved the issues with the steps that are there in the link you shared

  • 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.

Please Sign in or register to post replies