Copied to clipboard

Flag this post as spam?

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


  • Dan 11 posts 82 karma points
    Oct 08, 2018 @ 07:53
    Dan
    0

    Hi,

    I have added a Umbraco.Tags editor to one of my grid controls in Umbraco. When I access the value it returns following string list,

        [0] "System.Linq.Enumerable+WhereSelectEnumerableIterator`2[Newtonsoft.Json.Linq.JToken"    string
        [1] "System.String]"    string
    

    Can anyone please help me to find a solution for this or work around ?

    PS : I can not disable value-converters as it will effect other parts of the application.

    Thanks!

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Oct 08, 2018 @ 10:03
    Jan Skovgaard
    0

    Hi Dan

    Have you tried the codeblock from the tags documentation found here https://our.umbraco.com/documentation/Getting-Started/Backoffice/Property-Editors/Built-in-Property-Editors/Tags#typed

    Does that work for you?

    /Jan

  • Dan 11 posts 82 karma points
    Oct 08, 2018 @ 10:24
    Dan
    0

    Hi Jan,

    Thanks for your time. Yes I have tried this as well. I think issue here is the Model Builder and setting EnablePropertyValueConverters to true.

    Anyone use tags with Model Builder might have an answer.

    Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft