We're using XamDataGrid v11.2 and we get one BindingExpression path error for each XamDataGrid as it renders. The whole message is:
BindingExpression path error: 'FieldLayout' property not found on 'object' ''GridUserControl' (Name='')'. BindingExpression…
Hi,
I am unable to bind to a dictionary that is a child collection. Here are my classes
ParentClass
{
string Name,
Dictionary<MyEnum, ChildClass> ChildClasses
}
The Grid Datasource is a List<ParentClass>.
I am trying to bind using…