You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new(){Id="51101",Text="Overview",Href=RouteConstants.Demos_Grid_Overview_Documentation,IconName=IconName.Grid,ParentId="513"},// first item - do not change
new(){Id="51199",Text="Other",Href=RouteConstants.Demos_Grid_OtherExamples_Documentation,IconName=IconName.PlusSquareFill,ParentId="513"},// last item - do not change
new(){Id="51301",Text="Overview",Href=RouteConstants.Demos_Grid_Overview_Documentation,IconName=IconName.Grid,ParentId="513"},// first item - do not change
new(){Id="51399",Text="Other",Href=RouteConstants.Demos_Grid_OtherExamples_Documentation,IconName=IconName.PlusSquareFill,ParentId="513"},// last item - do not change
To enable summaries on columns, set the <code>AllowSummary</code> parameter to <b>true</b> at the Grid level. Additionally, set the <code>SummaryType</code> parameter on each GridColumn.
17
+
<br />
18
+
In the following example, the Employee Name column has <code>SummaryType</code> set to <b>GridSummaryColumnType.Count</b>, and the <b>Salary</b> column has <code>SummaryType</code> set to <b>GridSummaryColumnType.Sum</b> and <code>SummaryValueDisplayFormat</code> set to <b>C</b> to display the sum of salaries in currency format.
19
+
</div>
20
+
<CalloutColor="CalloutColor.Info">
21
+
<div>
22
+
<code>GridSummaryColumnType</code>: Average, Count, Max, Min, Sum. Default value is <code>GridSummaryColumnType.None</code>.
privateconststringpageDescription="Use Blazor Bootstrap grid component to display tabular data from the data source. And it supports client-side and server-side filtering, paging, and sorting.";
privateconststringmetaDescription="Use Blazor Bootstrap grid component to display tabular data from the data source. And it supports client-side and server-side filtering, paging, and sorting.";
0 commit comments