From 62f52526c575d08749691611eef836087baa24d4 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 20 Apr 2023 17:48:37 +0300 Subject: [PATCH] ASP.NETWEBFORMS Redirect --- aspnet/Grid/Columns.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet/Grid/Columns.md b/aspnet/Grid/Columns.md index e8211069e..aabc628f2 100644 --- a/aspnet/Grid/Columns.md +++ b/aspnet/Grid/Columns.md @@ -257,7 +257,7 @@ The following output is displayed as a result of the above code example. The template design that applies on for the column header. To render template, set `HeaderTemplateID` property of the `Columns`. -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"). +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"). N> It's a standard way to enclose the `template` within the `script` tag with `type` as `text/x-jsrender`. @@ -693,7 +693,7 @@ The following output is displayed as a result of the above code example. 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. -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"). +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"). 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). @@ -851,7 +851,7 @@ The following output is displayed as a result of the above code example. `Expression` column is possible only for `Template` column. -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"). +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"). N> This expression column is supported at read only mode.