Copied to clipboard

Flag this post as spam?

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


  • hsitwox 7 posts 27 karma points
    Jan 16, 2024 @ 02:29
    hsitwox
    0

    Doc Type Grid Editor

    We are upgrading Umbraco from 8 to 10, after upgrading to V10 we found that Doc Type Grid Editor is not working properly. Mainly below code is throwing errors when page is getting rendered:-

    if (contentTypeAlias != "")
    

    { var content = DocTypeGridEditorHelper.ConvertValueToContent(id, contentTypeAlias, value);

    @Html.RenderDocTypeGridEditorItem(content, editorAlias, viewPath)
    

    }

    So, what is the remedy for this issue? Please help as we have around 100 of pages which requires to be running fine.

  • 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

Please Sign in or register to post replies