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);
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:-
{ var content = DocTypeGridEditorHelper.ConvertValueToContent(id, contentTypeAlias, value);
}
So, what is the remedy for this issue? Please help as we have around 100 of pages which requires to be running fine.
is working on a reply...