From ad4b38976b08beff7efa9e55127e864b14d246cb Mon Sep 17 00:00:00 2001 From: omanyadic Date: Tue, 13 Aug 2024 12:02:58 +0300 Subject: [PATCH 1/2] SEO-174654-Multiple-h1-Issue-fixes-asp --- 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 54542d6ffd7df4ca390de393ba5d674a4f608ba9 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Thu, 15 Aug 2024 11:21:13 +0300 Subject: [PATCH 2/2] Changes --- aspnet/Treegrid/Context-Menu.md | 12 ++++++------ ...Menu_img1.png => context-menu-customization.png} | Bin ...img3.png => header-context-menu-in-treegrid.png} | Bin ...ontext-Menu_img2.png => header-context-menu.png} | Bin 4 files changed, 6 insertions(+), 6 deletions(-) rename aspnet/Treegrid/Context-Menu_images/{Context-Menu_img1.png => context-menu-customization.png} (100%) rename aspnet/Treegrid/Context-Menu_images/{Context-Menu_img3.png => header-context-menu-in-treegrid.png} (100%) rename aspnet/Treegrid/Context-Menu_images/{Context-Menu_img2.png => header-context-menu.png} (100%) diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index 3203b4465..65e8588d3 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: This feature provides users with an interactive way to perform actions on the grid's rows or cells through a right-click menu in Syncfusion ASP.NET TreeGrid. 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,11 +26,11 @@ 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 Customization.](Context-Menu_images/context-menu-customization.png) -## ContextMenu Customization +## Context Menu Customization The Context menu can be customized by adding a new custom menu item to it. In TreeGrid, context menu can be customized using the ContextMenuOpen client-side event. This event is triggered when the context menu is rendered with mouse right click action. The following properties are available in the event. @@ -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) +![Header Context Menu.](Context-Menu_images/header-context-menu.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 TreeGrid.](Context-Menu_images/header-context-menu-in-treegrid.png) diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img1.png b/aspnet/Treegrid/Context-Menu_images/context-menu-customization.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img1.png rename to aspnet/Treegrid/Context-Menu_images/context-menu-customization.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img3.png b/aspnet/Treegrid/Context-Menu_images/header-context-menu-in-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-treegrid.png diff --git a/aspnet/Treegrid/Context-Menu_images/Context-Menu_img2.png b/aspnet/Treegrid/Context-Menu_images/header-context-menu.png similarity index 100% rename from aspnet/Treegrid/Context-Menu_images/Context-Menu_img2.png rename to aspnet/Treegrid/Context-Menu_images/header-context-menu.png