From dbc4c04428a5dfb766619abcb6161381f9a72a26 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Wed, 3 Jul 2024 11:58:29 +0300 Subject: [PATCH 1/3] SEO-181683-Multiple-H1 --- aspnet/Treegrid/Context-Menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index c8036b592..3203b4465 100644 --- a/aspnet/Treegrid/Context-Menu.md +++ b/aspnet/Treegrid/Context-Menu.md @@ -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 06d77ed949dc49852e15b4cb2c9b6ece99e5794f Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Wed, 3 Jul 2024 12:10:23 +0300 Subject: [PATCH 2/3] renamed images --- aspnet/Treegrid/Context-Menu.md | 15 ++++++--------- ...orms-treegrid-context-menu-customization.png} | Bin .../aspnet-web-forms-treegrid-context-menu.png} | Bin ...t-web-forms-treegrid-header-context-menu.png} | Bin 4 files changed, 6 insertions(+), 9 deletions(-) rename aspnet/Treegrid/{Context-Menu_images/Context-Menu_img2.png => context-menu_images/aspnet-web-forms-treegrid-context-menu-customization.png} (100%) rename aspnet/Treegrid/{Context-Menu_images/Context-Menu_img1.png => context-menu_images/aspnet-web-forms-treegrid-context-menu.png} (100%) rename aspnet/Treegrid/{Context-Menu_images/Context-Menu_img3.png => context-menu_images/aspnet-web-forms-treegrid-header-context-menu.png} (100%) diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index 3203b4465..54ec45147 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 +title: Context Menu in ASP.NET Web Forms TreeGrid Control | Syncfusion +description: Learn here all about context menu support in Syncfusion ASP.NET Web Forms TreeGrid control, it's elements and more. platform: aspnet control: TreeGrid documentation: ug --- -# Context Menu +# Context Menu in ASP.NET Web Forms 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`. @@ -26,9 +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/aspnet-web-forms-treegrid-context-menu.png) ## ContextMenu Customization @@ -62,7 +60,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 Web Forms TreeGrid.](context-menu_images/aspnet-web-forms-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,8 +89,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/aspnet-web-forms-treegrid-header-context-menu.png) diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img2.png b/aspnet/Treegrid/context-menu_images/aspnet-web-forms-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-web-forms-treegrid-context-menu-customization.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img1.png b/aspnet/Treegrid/context-menu_images/aspnet-web-forms-treegrid-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-web-forms-treegrid-context-menu.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img3.png b/aspnet/Treegrid/context-menu_images/aspnet-web-forms-treegrid-header-context-menu.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img3.png rename to aspnet/Treegrid/context-menu_images/aspnet-web-forms-treegrid-header-context-menu.png From e6673f7831866da02ed02acf2cf5f4689fe87367 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Wed, 10 Jul 2024 17:10:10 +0300 Subject: [PATCH 3/3] Update Context-Menu.md --- aspnet/Treegrid/Context-Menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index 54ec45147..16a61688e 100644 --- a/aspnet/Treegrid/Context-Menu.md +++ b/aspnet/Treegrid/Context-Menu.md @@ -1,7 +1,7 @@ --- layout: post title: Context Menu in ASP.NET Web Forms TreeGrid Control | Syncfusion -description: Learn here all about context menu support in Syncfusion ASP.NET Web Forms TreeGrid control, it's elements and more. +description: Learn here all about context menu support in Syncfusion ASP.NET Web Forms TreeGrid control, it's elements, and more. platform: aspnet control: TreeGrid documentation: ug