Skip to content

Commit 100b641

Browse files
950978: Addressed review comments
1 parent 53e5b19 commit 100b641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/column-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The default column menu items are displayed in following table.
4242
4343
## Prevent column menu for particular column
4444

45-
The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC Grid component provides the ability to prevent the appearance of the column menu for specific columns. This feature is useful when you want to restrict certain columns from being customizable through the column menu.
45+
The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC Grid provides the ability to prevent the appearance of the column menu for specific columns. This feature is useful when you want to restrict certain columns from being customizable through the column menu.
4646

4747
To prevent the column menu for a particular column, you can set the [ShowColumnMenu](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.grids.grid.html#Syncfusion_EJ2_Grids_Grid_ShowColumnMenu) property to **false** for that specific column configuration. This will disable the column menu options specifically for the designated column, while other columns will have the column menu enabled.
4848

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/column-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The default column menu items are displayed in following table.
4444
4545
## Prevent column menu for particular column
4646

47-
The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Grid component provides the ability to prevent the appearance of the column menu for specific columns. This feature is useful when you want to restrict certain columns from being customizable through the column menu.
47+
The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Grid provides the ability to prevent the appearance of the column menu for specific columns. This feature is useful when you want to restrict certain columns from being customizable through the column menu.
4848

4949
To prevent the column menu for a particular column, you can set the [showColumnMenu](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_ShowColumnMenu) property to **false** for that specific column configuration. This will disable the column menu options specifically for the designated column, while other columns will have the column menu enabled.
5050

0 commit comments

Comments
 (0)