Posted 29 May 2024, 4:38 pm EST
Hi,
Does the C1FullTextFilter support searching columns with bindings to nested properties?
i.e.
<c1:Column Binding="{Binding Country.Name}" />
Similarly, when sorting this column, will it be sorted by the values of the item, the Country value, or the Country.Name value?
Thanks