Copied to clipboard

Flag this post as spam?

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


  • hsitwox 5 posts 25 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.

Please Sign in or register to post replies

Write your reply to:

Draft