Skip to content

Commit 4065e70

Browse files
896213: Documentation of Cells Topic
1 parent 920e879 commit 4065e70

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed
Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +0,0 @@
1-
---
2-
layout: post
3-
title: Content in ##Platform_Name## Grid Component
4-
description: Learn here all about Content in Syncfusion ##Platform_Name## Grid component of Syncfusion Essential JS 2 and more.
5-
platform: ej2-asp-core-mvc
6-
control: Content
7-
publishingplatform: ##Platform_Name##
8-
documentation: ug
9-
---
10-
11-
# Displaying the HTML content
12-
13-
The HTML tags can be displayed in the Grid header and content by enabling the [`DisableHtmlEncode`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridColumn.html#Syncfusion_EJ2_Grids_GridColumn_DisableHtmlEncode) property in [`Column`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.GridColumn.html).
14-
15-
{% if page.publishingplatform == "aspnet-core" %}
16-
17-
{% tabs %}
18-
{% highlight cshtml tabtitle="CSHTML" %}
19-
{% include code-snippet/grid/cell/html/tagHelper %}
20-
{% endhighlight %}
21-
{% highlight c# tabtitle="Html.cs" %}
22-
{% include code-snippet/grid/cell/html/html.cs %}
23-
{% endhighlight %}
24-
{% endtabs %}
25-
26-
{% elsif page.publishingplatform == "aspnet-mvc" %}
27-
28-
{% tabs %}
29-
{% highlight razor tabtitle="CSHTML" %}
30-
{% include code-snippet/grid/cell/html/razor %}
31-
{% endhighlight %}
32-
{% highlight c# tabtitle="Html.cs" %}
33-
{% include code-snippet/grid/cell/html/html.cs %}
34-
{% endhighlight %}
35-
{% endtabs %}
36-
{% endif %}
37-

0 commit comments

Comments
 (0)