This question is locked. New answers and comments are not allowed.
Hello,
I'd like to bind ResultFormatString to string resource which contains localized format string.
Now:
to something like this (does not work for me):
Is this possible? How?
Best regards!
I'd like to bind ResultFormatString to string resource which contains localized format string.
Now:
<telerik:GridViewDataColumn.AggregateFunctions> <telerik:CountFunction ResultFormatString="{}Count: {0}" /></telerik:GridViewDataColumn.AggregateFunctions>to something like this (does not work for me):
<telerik:GridViewDataColumn.AggregateFunctions> <telerik:CountFunction ResultFormatString="{Binding CommonResStrings.Count, Source={StaticResource Resources}}" /></telerik:GridViewDataColumn.AggregateFunctions>Is this possible? How?
Best regards!