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: ej2-asp-core-mvc/grid/EJ2_ASP.MVC/cell.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The following example demonstrates how to set the `AllowTextWrap` property to **
76
76
77
77
> * If a column width is not specified, then the Autowrap of columns will be adjusted with respect to the grid's width.
78
78
> * If a column's header text contains no white space, the text may not be wrapped.
79
-
> * If the content of a cell contains HTML tags, the Autowrap functionality may not work as expected. In such cases, you can use the `headerTemplate` and `template` properties of the column to customize the appearance of the header and cell content.
79
+
> * If the content of a cell contains HTML tags, the Autowrap functionality may not work as expected. In such cases, you can use the `HeaderTemplate` and `Template` properties of the column to customize the appearance of the header and cell content.
80
80
81
81
## Customize cell styles
82
82
@@ -136,7 +136,7 @@ To customize the style of grid cells, define `CustomAttributes` property to the
136
136
color:navy
137
137
}
138
138
```
139
-
Here, setting the `customAttributes` property of the **ShipCity** column to an object that contains the CSS class **'custom-css'**. This CSS class will be applied to all the cells in the **ShipCity** column of the grid.
139
+
Here, setting the `CustomAttributes` property of the **ShipCity** column to an object that contains the CSS class **'custom-css'**. This CSS class will be applied to all the cells in the **ShipCity** column of the grid.
@@ -214,7 +214,7 @@ The Syncfusion Grid allows you to display information about the grid columns to
214
214
215
215
The Grid control allows rendering Bootstrap tooltips in the cells. To enable this feature, you need to add the Bootstrap CDN link and call the tooltip() method to initialize the tooltip.
216
216
217
-
This is demonstrated in the sample code below which shows how to enable Bootstrap tooltip for the **CustomerID** field using `template` property in grid cells,
217
+
This is demonstrated in the sample code below which shows how to enable Bootstrap tooltip for the **CustomerID** field using `Template` property in grid cells,
218
218
219
219
Step 1: Add the CDN link of Boostrap in the `_Layout.cshtml` file. Place the `link` tag in the `head` for the CSS.
220
220
@@ -226,7 +226,7 @@ Step 1: Add the CDN link of Boostrap in the `_Layout.cshtml` file. Place the `li
226
226
227
227
```
228
228
229
-
Step 2: The following code demonstrates how to render Bootstrap tooltip for the **CustomerID** field with `template` on grid cells.
229
+
Step 2: The following code demonstrates how to render Bootstrap tooltip for the **CustomerID** field with `Template` on grid cells.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/cell.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ To customize the style of grid cells, define `customAttributes` property to the
139
139
Here, setting the `customAttributes` property of the **ShipCity** column to an object that contains the CSS class **'custom-css'**. This CSS class will be applied to all the cells in the **ShipCity** column of the grid.
0 commit comments