From 71671649ee5aed0595189b2cc7fb61c3050bf0c2 Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Fri, 24 Oct 2025 09:45:15 +0530 Subject: [PATCH 1/2] 988743: Cleared the conflict lines --- blazor/drop-down-menu/template.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/blazor/drop-down-menu/template.md b/blazor/drop-down-menu/template.md index 1310deafed..a76799aed3 100644 --- a/blazor/drop-down-menu/template.md +++ b/blazor/drop-down-menu/template.md @@ -54,17 +54,13 @@ The [ItemTemplate](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Split new DropDownMenuItem { Separator = true }, new DropDownMenuItem { Text = "Syncfusion", IconCss = "e-icons e-mouse-pointer", Url = "http://www.syncfusion.com" } }; -<<<<<<< HEAD -======= ->>>>>>> 01bf62499b5e13b5b729ee669b8eefc73611b136 private void ItemSelected(MenuEventArgs args) { var selectedItem = args.Item; } } - ``` {% previewsample "https://blazorplayground.syncfusion.com/embed/rNBfMhWTscHCszCa?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} From b8e1136c1cdcd3d6366e168b652f450c7bafb484 Mon Sep 17 00:00:00 2001 From: Ashwini-SF5049 Date: Fri, 24 Oct 2025 10:11:06 +0530 Subject: [PATCH 2/2] 988743: Resolved duplicate title and description. --- blazor/drop-down-menu/template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blazor/drop-down-menu/template.md b/blazor/drop-down-menu/template.md index a76799aed3..e496d5ca19 100644 --- a/blazor/drop-down-menu/template.md +++ b/blazor/drop-down-menu/template.md @@ -1,7 +1,7 @@ --- layout: post -title: Events in Blazor Dropdown Menu Component | Syncfusion -description: Checkout and learn here all about Events in Syncfusion Blazor Dropdown Menu component and much more. +title: Item template in Blazor Dropdown Menu Component | Syncfusion +description: Checkout and learn here all about Item template in Syncfusion Blazor Dropdown Menu component and much more. platform: Blazor control: Dropdown Menu documentation: ug