From 60a4c37b897cf02993f2fed478d9065b60e3258c Mon Sep 17 00:00:00 2001 From: GuhanathanRamanathaN Date: Tue, 18 Nov 2025 17:26:01 +0530 Subject: [PATCH] 993722: Resolved conflicts in datagrid --- blazor/datagrid/searching.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/blazor/datagrid/searching.md b/blazor/datagrid/searching.md index a7ef3f9f4a..7d3644cc85 100644 --- a/blazor/datagrid/searching.md +++ b/blazor/datagrid/searching.md @@ -213,6 +213,7 @@ The following example demonstrates how to set the `SearchSettings.Operator` prop {% tabs %} {% highlight razor tabtitle="Index.razor" %} +@using Syncfusion.Blazor @using Syncfusion.Blazor.Grids @using Syncfusion.Blazor.DropDowns @@ -223,6 +224,7 @@ The following example demonstrates how to set the `SearchSettings.Operator` prop + @@ -246,14 +248,6 @@ The following example demonstrates how to set the `SearchSettings.Operator` prop public Operator Value { get; set; } } - public enum Operator - { - StartsWith, - EndsWith, - Contains, - Equal - } - List DropDownData = new List { new DropDownOrder(){Text="StartsWith",Value= Operator.StartsWith }, @@ -316,7 +310,7 @@ The following example demonstrates how to set the `SearchSettings.Operator` prop {% endhighlight %} {% endtabs %} -{% previewsample "https://blazorplayground.syncfusion.com/embed/hZBgCXKXMPQpCngI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} +{% previewsample "https://blazorplayground.syncfusion.com/embed/rtheMWibUKtkPFVK?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5" %} ## Search by external button