ClassTableSearchBox
The class for the SearchBox you can add in the toolbar.
Definition
Namespace:Telerik.Blazor.Components.Common.Grid.SearchBox
Assembly:Telerik.Blazor.dll
Syntax:
public class TableSearchBox : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTableSearchBox
Derived Classes:
Implements:
Inherited Members
Constructors
TableSearchBox()
Declaration
public TableSearchBox()
Properties
DebounceDelay
Delay in milliseconds between when user stops typing and when search filtering is applied. Use this to prevent excessive filtering during typing. Default value is 300ms.
Fields
List of column field names to include in search operations. When empty, all string-type fields are automatically included in search.
FillMode
Controls the background styling of the search box. Use Solid for filled background, Outline for border-only, or Flat for minimal styling. Default value is Solid.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
Placeholder
Text displayed inside the search box when it's empty. Use this to provide hints about search functionality to users. Default value is "Search" (localized).
Declaration
[Parameter]
public string Placeholder { get; set; }
Property Value
Rounded
Sets the corner radius of the search box. Use Small, Medium, Large, or Full for different border radius values. Default value is Medium.
Methods
Dispose()
Declaration
public override void Dispose()
Overrides