From e30e27e4b2e4b86c1b0996e28466fd29f32703ce Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 17 May 2024 16:03:55 +0300 Subject: [PATCH 1/3] SEO-183463 ASPNET 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..a4e24548d 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 e2131580dcfa1785594fa27864fc171e1a2ef84d Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Fri, 17 May 2024 16:30:48 +0300 Subject: [PATCH 2/3] fixed issues --- aspnet/Treegrid/Context-Menu.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet/Treegrid/Context-Menu.md b/aspnet/Treegrid/Context-Menu.md index a4e24548d..e418b986f 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 | Syncfusion +description: Learn here all about context menu support in Syncfusion ASP.NET Web Forms TreeGrid control, its 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/Context-Menu_img1.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 Web Forms TreeGrid.](Context-Menu_images/Context-Menu_img2.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 Web Forms TreeGrid.](Context-Menu_images/Context-Menu_img3.png) From 3c7711750255d6e6bf5a7efb0f4493b4aabd2ff2 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:52:50 +0300 Subject: [PATCH 3/3] changed tag --- 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 e418b986f..33774013c 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 customization in ASP.NET Web Forms 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.