Hello.
I have a problem with changing the way my GroupDescriptor is displayed. This is the code i use for it:
<riaControls:DomainDataSource.GroupDescriptors>
<Data:GroupDescriptor PropertyPath="DetailEntity.MasterEntity.MasterEntityPropertName" />
</riaControls:DomainDataSource.GroupDescriptors>
When datagrid is populated i get this caption in group row header: "DetailEntity.MasterEntity.MasterEntityPropertName: MasterEntityPropertName value (n items)"
How can i show only MasterEntityPropertName value?