My ItemsSource is a list of records with a Properties bag, rather than having convenient top-level properties
Attempts to define the relationship like this do not work (see error below). Is there some other mechanism?
var p = new FieldDescriptorNamePair
{
ParentFieldDescriptorName = "Properties[\"OrderId\"].Value",
ChildFieldDescriptorName = "Properties[\"ParentOrderId\"].Value"
};
----------------------------------------------------------------------------------
Object reference not set to an instance of an object.
--- Stack Trace
at
Telerik.Windows.Data.HierarchyFilter`1.<>c__DisplayClass6.<CreateFilterLambda>b__4(TElement
r1)
at
Telerik.Windows.Data.HierarchyFilter`1.CompareValues(TElement record)
at
Telerik.Windows.Data.HierarchyFilter`1.<FilteredData>b__8(TElement d)
at
System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()