diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index c8036b592..4cea14464 100644 --- a/aspnet/Treegrid/Context-Menu.md +++ b/aspnet/Treegrid/Context-Menu.md @@ -1,13 +1,13 @@ --- layout: post title: Context Menu | TreeGrid | ASP.NET | Syncfusion -description: context menu +description: Learn here all about context menu support in Syncfusion Essential ASP.NET Web Forms TreeGrid control, its elements, and more details. platform: aspnet control: TreeGrid documentation: ug --- -# Context Menu +# Context Menu in ASP.NET Web Forms TreeGrid Control The **Context menu** in TreeGrid control is used to manipulate (add, edit and delete) the TreeGrid rows. In TreeGrid, context menu can be enabled with `ContextMenuSettings` property. The `ContextMenuSettings` property contains two inner properties `ShowContextMenu` and `ContextMenuItems`. @@ -26,7 +26,7 @@ The `ContextMenuItems` property is used to add the menu items to context menu, t The following screenshot displays the Context menu in TreeGrid control. - ![](Context-Menu_images/Context-Menu_img1.png) + ![Context menu in ASP.NET Web Forms TreeGrid.](context-menu_images/context-menu-in-aspnet-web-forms-treegrid.png) @@ -62,9 +62,9 @@ function customMenuClick(args) { The following screenshot displays the customization of Context menu in TreeGrid control. -![](Context-Menu_images/Context-Menu_img2.png) +![Customization of context menu in ASP.NET Web Forms TreeGrid.](context-menu_images/customization-of-context-menu-in-aspnet-web-forms-treegrid.png) -# Header Context Menu +## Header Context Menu Header context menu can be enabled by setting `ShowContextMenu` as `true`. The default value of the `ShowContextMenu` property is `false`. Following options are shown in header context menu. @@ -91,7 +91,7 @@ The below code snippet explains how to enable header context menu in TreeGrid The following screenshot displays the Header context menu in TreeGrid control. -![](Context-Menu_images/Context-Menu_img3.png) +![Header context menu in ASP.NET Web Forms TreeGrid.](context-menu_images/header-context-menu-in-aspnet-web-forms-treegrid.png) diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img1.png b/aspnet/Treegrid/context-menu_images/context-menu-in-aspnet-web-forms-treegrid.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img1.png rename to aspnet/Treegrid/context-menu_images/context-menu-in-aspnet-web-forms-treegrid.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img2.png b/aspnet/Treegrid/context-menu_images/customization-of-context-menu-in-aspnet-web-forms-treegrid.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img2.png rename to aspnet/Treegrid/context-menu_images/customization-of-context-menu-in-aspnet-web-forms-treegrid.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img3.png b/aspnet/Treegrid/context-menu_images/header-context-menu-in-aspnet-web-forms-treegrid.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img3.png rename to aspnet/Treegrid/context-menu_images/header-context-menu-in-aspnet-web-forms-treegrid.png