Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142702 | Feb 15,2019 03:05 PM UTC | Feb 21,2019 09:25 AM UTC | Xamarin.Forms | 5 |
![]() |
Tags: SfDataGrid |
<sfgrid:SortColumnDescription ColumnName="Date" SortDirection="Descending" /> |
[C#]
string translate = "Items";
GridSummaryRow summaryRow = new GridSummaryRow();
summaryRow.Title = "Date : {CaptionSummary} " + translate;
summaryRow.ShowSummaryInRow = true;
summaryRow.SummaryColumns.Add(new GridSummaryColumn
{
Name = "CaptionSummary",
CustomAggregate = new CustomAggregate(),
MappingName = "Date",
Format = "{Date}",
SummaryType = Syncfusion.Data.SummaryType.Custom
});
dataGrid.CaptionSummaryRow = summaryRow; |
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.