Skip to content

Commit 8d0cb66

Browse files
Merge pull request #307 from Syncfusion-Content/hotfix/hotfix-v22.2.5
DOCINFRA-2341_merged_using_automation
2 parents 459ae42 + 99dc981 commit 8d0cb66

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

angular/Grid/Columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ The following output is displayed as a result of the above code example.
713713

714714
[Expression](https://help.syncfusion.com/api/angular/ejgrid#members:columns-template "Expression") column is possible only for [`template`](https://help.syncfusion.com/api/angular/ejgrid#members:columns-template "template") column.
715715

716-
You can use JsRender syntax in the template.For more information about JsRender syntax, please refer [the link](http://www.jsviews.com/#jsrapi "the link").
716+
You can use JsRender syntax in the template.For more information about JsRender syntax, please refer [the link](https://www.jsviews.com/#jsrapi "the link").
717717

718718
N> This expression column is supported at read only mode.
719719

angular/Grid/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ N> 2.Events can be bound to the control using the event name within bracket [`()
118118
![Angular Grid Enable Paging](Getting-started_images/Getting-started2_img2.png)
119119
{:.image }
120120

121-
N> Pager settings can be customized by using the `pageSize` of [`pageSettings`](http://help.syncfusion.com/api/angular/ejgrid#members:pagesettings-pagesize) property. When it is not given the default values for `pageSize` and `pageCount` are 12 and 8 respectively.
121+
N> Pager settings can be customized by using the `pageSize` of [`pageSettings`](https://help.syncfusion.com/api/angular/ejgrid#members:pagesettings-pagesize) property. When it is not given the default values for `pageSize` and `pageCount` are 12 and 8 respectively.
122122

123123

124124
## Enable Filtering
125125

126-
[`Filtering`](https://help.syncfusion.com/angular/grid/filter) can be enabled by setting the [`allowFiltering`](https://help.syncfusion.com/api/angular/ejgrid#members:allowfiltering) to be `true`. By default, the filter bar row is displayed to perform filtering, you can change the filter type by using `filterType` of [`filterSetting`](http://help.syncfusion.com/api/angular/ejgrid#members:filtersettings) property.
126+
[`Filtering`](https://help.syncfusion.com/angular/grid/filter) can be enabled by setting the [`allowFiltering`](https://help.syncfusion.com/api/angular/ejgrid#members:allowfiltering) to be `true`. By default, the filter bar row is displayed to perform filtering, you can change the filter type by using `filterType` of [`filterSetting`](https://help.syncfusion.com/api/angular/ejgrid#members:filtersettings) property.
127127

128128

129129
{% highlight html %}
@@ -165,7 +165,7 @@ N> Pager settings can be customized by using the `pageSize` of [`pageSettings`](
165165

166166
## Enable Grouping
167167

168-
[`Grouping`](https://help.syncfusion.com/angular/grid/grouping) can be enabled by setting the [`allowGrouping`](http://help.syncfusion.com/api/angular/ejgrid#members:allowgrouping) to `true`. Columns can be grouped dynamically by drag and drop the grid column header to the group drop area. The initial grouping can be done by adding required column names in the `groupedColumns` of [`groupSettings`](http://help.syncfusion.com/api/angular/ejgrid#members:groupsettings-groupedcolumns) property.
168+
[`Grouping`](https://help.syncfusion.com/angular/grid/grouping) can be enabled by setting the [`allowGrouping`](https://help.syncfusion.com/api/angular/ejgrid#members:allowgrouping) to `true`. Columns can be grouped dynamically by drag and drop the grid column header to the group drop area. The initial grouping can be done by adding required column names in the `groupedColumns` of [`groupSettings`](https://help.syncfusion.com/api/angular/ejgrid#members:groupsettings-groupedcolumns) property.
169169

170170

171171
{% highlight html %}
@@ -249,7 +249,7 @@ export class AppComponent {
249249

250250
## Add Summaries
251251

252-
[`Summaries`](https://help.syncfusion.com/angular/grid/summary) can be added by setting the [`showSummary`](http://help.syncfusion.com/api/angular/ejgrid#members:showsummary) to true and adding required summary rows and columns in the [`summaryRows`](http://help.syncfusion.com/api/angular/ejgrid#members:summaryrows) property. For demonstration, Freight column's sum value is displayed as summary.
252+
[`Summaries`](https://help.syncfusion.com/angular/grid/summary) can be added by setting the [`showSummary`](https://help.syncfusion.com/api/angular/ejgrid#members:showsummary) to true and adding required summary rows and columns in the [`summaryRows`](https://help.syncfusion.com/api/angular/ejgrid#members:summaryrows) property. For demonstration, Freight column's sum value is displayed as summary.
253253

254254
{% highlight html %}
255255

0 commit comments

Comments
 (0)