Hello,
I had made a custom filter in unbound mode for some properties. Boolean properties and enum properties works well, but im trying to filter a proerrty of List<string>. I have made the ItemPropertyDefinition correctly and shows well in the data filter, and I cant select from multiple values, but when I select a value, it does not filter.
Is there any event where I can manipulate the filtering condition? To do something like:
itemsource[x].ListProperty.Any((value) => String.Equals(value, filterSelectedValue));
Or is other way to solve it?
Thank you and kind regards!