menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridSearchSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridSearchSettings

    Configures grid searching.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    GridSearchSettings
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.SetDataManager<T>(Object)
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridSearchSettings : SfDataBoundComponent

    Constructors

    GridSearchSettings()

    Declaration
    public GridSearchSettings()

    Properties

    Fields

    Specifies the collection of fields included in search operation. By default, bounded columns of the Grid are included.

    Declaration
    public string[] Fields { get; set; }
    Property Value
    Type
    System.String[]

    IgnoreAccent

    If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.

    Declaration
    public bool IgnoreAccent { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    Ignore accent is supported by remote data alone. IgnoreAccent key will be sent to server and operation should be handled at user level.

    IgnoreCase

    If IgnoreCase is set to false, searches records that match exactly, else searches records that are case insensitive(uppercase and lowercase letters treated the same).

    Declaration
    public bool IgnoreCase { get; set; }
    Property Value
    Type
    System.Boolean

    Key

    Specifies the key value to search Grid records at initial rendering. You can also get the current search key.

    Declaration
    public string Key { get; set; }
    Property Value
    Type
    System.String

    Operator

    Defines the operator to search records.

    Declaration
    public Operator Operator { get; set; }
    Property Value
    Type
    Operator

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved