Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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!
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
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Tags
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,
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!
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
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!
is working on a reply...