From 486e673ad5d03eb55a390b11f1c64441abf31afb Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Mon, 20 May 2024 15:53:37 +0300 Subject: [PATCH 1/3] SEO-182860-ASP.NET-Web-Forms-TreeGrid --- aspnet/Treegrid/Context-Menu.md | 14 +++++++------- ...forms-treegrid-context-menu-customization.png} | Bin .../aspnet-web-forms-treegrid-context-menu.png} | Bin ...et-web-forms-treegrid-header-context-menu.png} | Bin 4 files changed, 7 insertions(+), 7 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 c8036b592..ef1755b5b 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 Essential 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,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/aspnet-web-forms-treegrid-context-menu.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) +![Context menu ustomization in ASP.NET Web Forms TreeGrid](context-menu_images/aspnet-web-forms-treegrid-context-menu-customization.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/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 024b5ed379d00b04c51ab41422ba089e038accf3 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Thu, 23 May 2024 11:54:49 +0300 Subject: [PATCH 2/3] SEO-182860-ASP.NET-Web-Forms-control-changes --- 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 ef1755b5b..3dd3749ef 100644 --- a/aspnet/Treegrid/Context-Menu.md +++ b/aspnet/Treegrid/Context-Menu.md @@ -62,7 +62,7 @@ function customMenuClick(args) { The following screenshot displays the customization of Context menu in TreeGrid control. -![Context menu ustomization in ASP.NET Web Forms TreeGrid](context-menu_images/aspnet-web-forms-treegrid-context-menu-customization.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`. From a102bf0a9fe32671c3fbf6afd0b0ba3f93cd5106 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Fri, 24 May 2024 12:29:23 +0300 Subject: [PATCH 3/3] Update Context-Menu.md --- 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 3dd3749ef..17e740bd4 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 in ASP.NET Web Forms TreeGrid](context-menu_images/aspnet-web-forms-treegrid-context-menu.png) + ![Context menu in ASP.NET Web Forms TreeGrid.](context-menu_images/aspnet-web-forms-treegrid-context-menu.png) @@ -62,7 +62,7 @@ function customMenuClick(args) { The following screenshot displays the customization of Context menu in TreeGrid control. -![Context menu customization in ASP.NET Web Forms TreeGrid](context-menu_images/aspnet-web-forms-treegrid-context-menu-customization.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,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. -![Header context menu in ASP.NET Web Forms TreeGrid](context-menu_images/aspnet-web-forms-treegrid-header-context-menu.png) +![Header context menu in ASP.NET Web Forms TreeGrid.](context-menu_images/aspnet-web-forms-treegrid-header-context-menu.png)