Skip to content

Commit 51a2d0d

Browse files
Merge pull request #394 from syncfusion-content/SEO-175653-JS-Pages-With-Redirects
SEO-175653-JS-Pages-With-Redirects
2 parents 011a92f + 0e143db commit 51a2d0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/Grid/Summary.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ N> The [`dataMember`](https://help.syncfusion.com/api/js/ejgrid#members:summaryr
4949

5050
## Supported aggregates
5151

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)
5353

5454
* Sum
5555
* Average
@@ -469,7 +469,7 @@ The following output is displayed as a result of the above code example.
469469

470470
## Format
471471

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)
473473

474474
{% highlight html %}
475475
<div id="Grid"></div>
@@ -507,3 +507,4 @@ To format summary values, the [`format`](https://help.syncfusion.com/api/js/ejgr
507507

508508

509509

510+

0 commit comments

Comments
 (0)