
I'm using a custom data factory.
I have an object with other objects as child members.
Currently ValueAsString is called for each of the IPropertyModel and it they are treated as strings instead of objects.
With the previous PropertyGrid and probably with a slightly different configuration, the data factory method was recursively for each of the objects:
protected override IList<IPropertyDataAccessor> GetProperties(object value, DataFactoryOptions options)
Should I explicitly set the DataTemplate?