
We're using a custom data factory (derived from DataFactory) and some custom PropertyAccessor classes (derived from CachedPropertyDataAccessorBase) to populate our property grid. Our PropertyAccessor classes return custom name templates and this works just fine when a single object is selected. However, when multiple objects are selected the fallback plain name template is used. Other than that the property merging works fine.
Is there something special we need to do in our datafactory or propertyaccessors to have the custom name template used when multiple objects are selected?
Is there something special we need to do in our datafactory or propertyaccessors to have the custom name template used when multiple objects are selected?
RS