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
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 %}
0 commit comments