Skip to content

Commit 47ab2db

Browse files
Merge pull request #363 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents 8c0bd3b + 43d3518 commit 47ab2db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnet/Grid/Columns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The following output is displayed as a result of the above code example.
257257

258258
The template design that applies on for the column header. To render template, set `HeaderTemplateID` property of the `Columns`.
259259

260-
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").
260+
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").
261261

262262
N> It's a standard way to enclose the `template` within the `script` tag with `type` as `text/x-jsrender`.
263263

@@ -693,7 +693,7 @@ The following output is displayed as a result of the above code example.
693693

694694
HTML templates can be specified in the `Template` property of the particular column as a string (HTML element) or ID of the template's HTML element.
695695

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

698698
For template manipulation using JavaScript, either you can use JsRender [helper](https://www.jsviews.com/#helpers) function or `TemplateRefresh` grid event. For more information on `TemplateRefresh` event, refer [this link](https://help.syncfusion.com/aspnet/grid/how-to/display-other-syncfusion-controls-in-grid-columns).
699699

@@ -851,7 +851,7 @@ The following output is displayed as a result of the above code example.
851851

852852
`Expression` column is possible only for `Template` column.
853853

854-
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").
854+
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").
855855

856856
N> This expression column is supported at read only mode.
857857

0 commit comments

Comments
 (0)