ClassGridSearchBox
Class
A component that lets you add a debounced search box to the Grid toolbar. Applies search across specified fields (or all string fields by default), emits search/clear commands to the owning Grid, and inherits styling and behavior (size, rounded, fill mode, width, ESC to clear) from TableSearchBox.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridSearchBox : TableSearchBox, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTableSearchBoxGridSearchBox
Implements:
Inherited Members
Constructors
GridSearchBox()
Declaration
cs-api-definition
public GridSearchBox()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides