I'm working with a custom data factory that creates it's own IPropertyDataAccessors (in DataFactory.GetProperties).
Can I confirm what the minimum requirement is to either ensure that I add (or ensure that I leave in place rather than unintentionally override) to allow CollectionDisplayMode="EditableInline" to both show the buttons and work. Simply ensuring that CanAddChild is true on my observerablecollection property descriptor only shows the button. However the button, when clicked, performs no actions.
What other aspects are required to ensure the +/- buttons, collection objects and collection object properties show and are editable when using a custom data factory? For example do the IPropertyDataAccessors returned for my parent object need to return additional items for the child object?
Thanks in advance, Craig
[Modified 11 years ago]