Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151235 | Feb 4,2020 06:21 PM UTC | Nov 26,2020 02:19 PM UTC | WPF | 5 |
![]() |
Tags: SfDataGrid |
<syncfusion:GridSummaryColumn
Name="Location"
Format="SomeLocalizedTextNeededHere: {Count:d}'"
MappingName="Location"
SummaryType="CountAggregate"/>
Something like:
<syncfusion:GridSummaryColumn
Name="Location"
Format="'{Count:d}'"
MappingName="Location"
SummaryType="CountAggregate">
<syncfusion:GridSummaryColumn.Template>
<DataTemplate>
<TextBlock>
<Run Text="{lex:Loc MyLocalizedTextVar}" />
<Run Text="{Binding ??Count??}" />
</TextBlock>
</DataTemplate>
</syncfusion:GridSummaryColumn.Template>
</syncfusion:GridSummaryColumn>
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.