From 24d86ebd7966bbb01a09a6ff839d3c752ed7b180 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Mon, 29 Apr 2024 16:23:45 +0300 Subject: [PATCH 1/2] SEO-182428-Multiple-H1 --- aspnet/Treegrid/Context-Menu.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index c8036b592..f47c6f419 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 about context menu in Syncfusion Essential ASP.NET TreeGrid control, its elements, and more. platform: aspnet control: TreeGrid documentation: ug --- -# Context Menu +# Context Menu in ASP.NET TreeGrid 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`. @@ -64,7 +64,7 @@ The following screenshot displays the customization of Context menu in TreeGrid ![](Context-Menu_images/Context-Menu_img2.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. From eb288c55f215e472a90da56931b2a255cf5c7602 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Mon, 29 Apr 2024 16:47:24 +0300 Subject: [PATCH 2/2] Renamed images --- aspnet/Treegrid/Context-Menu.md | 6 +++--- ... aspnet-treegrid-context-menu-customization.png} | Bin ....png => aspnet-treegrid-context-menu-header.png} | Bin ...png => aspnet-treegrid-display-context-menu.png} | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename aspnet/Treegrid/Context-Menu_images/{Context-Menu_img2.png => aspnet-treegrid-context-menu-customization.png} (100%) rename aspnet/Treegrid/Context-Menu_images/{Context-Menu_img3.png => aspnet-treegrid-context-menu-header.png} (100%) rename aspnet/Treegrid/Context-Menu_images/{Context-Menu_img1.png => aspnet-treegrid-display-context-menu.png} (100%) diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index f47c6f419..d0eb26289 100644 --- a/aspnet/Treegrid/Context-Menu.md +++ b/aspnet/Treegrid/Context-Menu.md @@ -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) + ![Display context menu in ASP.NET TreeGrid](Context-Menu_images/aspnet-treegrid-display-context-menu.png) @@ -62,7 +62,7 @@ function customMenuClick(args) { The following screenshot displays the customization of Context menu in TreeGrid control. -![](Context-Menu_images/Context-Menu_img2.png) +![Context menu customization in ASP.NET TreeGrid](Context-Menu_images/aspnet-treegrid-context-menu-customization.png) ### Header Context Menu Header context menu can be enabled by setting `ShowContextMenu` as `true`. The default value of the `ShowContextMenu` property is `false`. @@ -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 TreeGrid](Context-Menu_images/aspnet-treegrid-context-menu-header.png) diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img2.png b/aspnet/Treegrid/Context-Menu_images/aspnet-treegrid-context-menu-customization.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img2.png rename to aspnet/Treegrid/Context-Menu_images/aspnet-treegrid-context-menu-customization.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img3.png b/aspnet/Treegrid/Context-Menu_images/aspnet-treegrid-context-menu-header.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img3.png rename to aspnet/Treegrid/Context-Menu_images/aspnet-treegrid-context-menu-header.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img1.png b/aspnet/Treegrid/Context-Menu_images/aspnet-treegrid-display-context-menu.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img1.png rename to aspnet/Treegrid/Context-Menu_images/aspnet-treegrid-display-context-menu.png