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
Copy file name to clipboardExpand all lines: js/Grid/Summary.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ N> The [`dataMember`](https://help.syncfusion.com/api/js/ejgrid#members:summaryr
49
49
50
50
## Supported aggregates
51
51
52
-
Following are the supported list of the [aggregates](https://help.syncfusion.com/js/datamanager/summary#)
52
+
Following are the supported list of the [aggregates](https://help.syncfusion.com/js/datamanager/summary)
53
53
54
54
* Sum
55
55
* Average
@@ -469,7 +469,7 @@ The following output is displayed as a result of the above code example.
469
469
470
470
## Format
471
471
472
-
To format summary values, the [`format`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns-format"format") property needs to be assigned in the [`summaryColumns`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns"summaryColumns") collection object. To know more about formatting options. Please refer to the [**globalize.js**](https://github.com/jquery/globalize/tree/v0.1.1#)
472
+
To format summary values, the [`format`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns-format"format") property needs to be assigned in the [`summaryColumns`](https://help.syncfusion.com/api/js/ejgrid#members:summaryrows-summarycolumns"summaryColumns") collection object. To know more about formatting options. Please refer to the [**globalize.js**](https://github.com/globalizejs/globalize/tree/v0.1.1)
473
473
474
474
{% highlight html %}
475
475
<divid="Grid"></div>
@@ -507,3 +507,4 @@ To format summary values, the [`format`](https://help.syncfusion.com/api/js/ejgr
0 commit comments