This question is locked. New answers and comments are not allowed.
Hi,
Can someone tell me how to localize the DisplayContent attribute for the GroupDescriptor element in XAML?
This works but is not localized...
<telerik:GroupDescriptor Member="MyObject" DisplayContent="My GroupBy Content" SortDirection="Ascending" />
This does NOT work and instead shows "System.WIndows.Data.Binding" as the label.
<telerik:GroupDescriptor Member="MyObject" DisplayContent="{Binding Path=Strings.MyLocalizedLabel, Source={StaticResource resourceWrapper}}" SortDirection="Ascending" /> This same code works perfectly with a TextBlock control.
I've not found any posts on this. So be good to know if this is catered for with this object.
Thanks