Skip to content

Commit 53e5b19

Browse files
950978: Included the prevent column menu topic
1 parent 99d1f85 commit 53e5b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -46,7 +46,7 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC Grid component
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

49-
The following example demonstrates how to prevent the column menu for a specific column. In this example, the column menu is disabled for the **OrderID** column by setting the `showColumnMenu` property to **false**.
49+
The following example demonstrates how to prevent the column menu for a specific column. In this example, the column menu is disabled for the **OrderID** column by setting the `ShowColumnMenu` property to **false**.
5050

5151
{% tabs %}
5252
{% highlight cshtml tabtitle="CSHTML" %}

0 commit comments

Comments
 (0)