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: aspnet/Grid/Columns.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ The following output is displayed as a result of the above code example.
257
257
258
258
The template design that applies on for the column header. To render template, set `HeaderTemplateID` property of the `Columns`.
259
259
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").
261
261
262
262
N> It's a standard way to enclose the `template` within the `script` tag with `type` as `text/x-jsrender`.
263
263
@@ -693,7 +693,7 @@ The following output is displayed as a result of the above code example.
693
693
694
694
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.
695
695
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").
697
697
698
698
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).
699
699
@@ -851,7 +851,7 @@ The following output is displayed as a result of the above code example.
851
851
852
852
`Expression`column is possible only for `Template` column.
853
853
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").
855
855
856
856
N> This expression column is supported at read only mode.
0 commit comments