From b8296707dec30ef5f95dc8a4913a4905d00bd8a8 Mon Sep 17 00:00:00 2001 From: kathiravan4982 Date: Fri, 28 Aug 2026 15:17:06 +0530 Subject: [PATCH] 856699: Fixed the ContextMenu rendering issue in the Blazor ContextMenu GitHub Getting Started Examples. --- ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor | 2 +- .../ContextMenu_WebApp.Client/_Imports.razor | 2 +- .../ContextMenu_WebAppServerMode/Components/_Imports.razor | 2 +- ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor | 2 +- .../ContextMenu_WebApp.Client/_Imports.razor | 2 +- .../NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor b/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor index 412f3698..1949cfe6 100644 --- a/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor +++ b/ContextMenu/NET10/ContextMenu_WasmStandalone/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_WasmStandalone @using ContextMenu_WasmStandalone.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor b/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor index e665f21e..580ab506 100644 --- a/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor +++ b/ContextMenu/NET10/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_WebApp.Client @using ContextMenu_WebApp.Client.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor b/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor index 2d7ed283..03852fbf 100644 --- a/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor +++ b/ContextMenu/NET10/ContextMenu_WebAppServerMode/Components/_Imports.razor @@ -10,4 +10,4 @@ @using ContextMenu_ServerApp.Components @using ContextMenu_ServerApp.Components.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns \ No newline at end of file +@using Syncfusion.Blazor.Navigations \ No newline at end of file diff --git a/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor b/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor index 412f3698..1949cfe6 100644 --- a/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor +++ b/ContextMenu/NET8/ContextMenu_WasmStandalone/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_WasmStandalone @using ContextMenu_WasmStandalone.Layout @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor b/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor index 7921cacc..0732fed0 100644 --- a/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor +++ b/ContextMenu/NET8/ContextMenu_WebAppAutoMode/ContextMenu_WebApp.Client/_Imports.razor @@ -8,4 +8,4 @@ @using Microsoft.JSInterop @using ContextMenu_WebApp.Client @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns +@using Syncfusion.Blazor.Navigations diff --git a/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor b/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor index 81e0f3bb..7a549c89 100644 --- a/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor +++ b/ContextMenu/NET8/ContextMenu_WebAppServerMode/Components/_Imports.razor @@ -9,4 +9,4 @@ @using ContextMenu_ServerApp @using ContextMenu_ServerApp.Components @using Syncfusion.Blazor -@using Syncfusion.Blazor.DropDowns \ No newline at end of file +@using Syncfusion.Blazor.Navigations \ No newline at end of file