Skip to content

Commit dde2913

Browse files
committed
958641: Resolved the MVC sample issue
1 parent ffb7a8c commit dde2913

File tree

1 file changed

+1
-1
lines changed
  • ej2-asp-core-mvc/code-snippet/pivot-table/aggregation/aggregation-icon

1 file changed

+1
-1
lines changed

ej2-asp-core-mvc/code-snippet/pivot-table/aggregation/aggregation-icon/razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Html.EJS().PivotView("PivotView").Height(300).ShowGroupingBar(false).GroupingBarSettings(new Syncfusion.EJ2.PivotView.PivotViewGroupingBarSettings { ShowValueTypeIcon = false }).DataSourceSettings(dataSource => dataSource.DataSource((IEnumerable<object>)ViewBag.DataSource)
1+
@Html.EJS().PivotView("PivotView").Height(300).ShowGroupingBar(true).GroupingBarSettings(new Syncfusion.EJ2.PivotView.PivotViewGroupingBarSettings { ShowValueTypeIcon = false }).DataSourceSettings(dataSource => dataSource.DataSource((IEnumerable<object>)ViewBag.DataSource)
22
.Rows(rows =>
33
{
44
rows.Name("Country").Add(); rows.Name("Products").Add();

0 commit comments

Comments
 (0)