[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridFilterRow

GridFilterRow Class

Represents a row whose cells are text boxes used to filter the corresponding column.

Inheritance
GridFilterRow
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridFilterRow : GridRow, IComponent, IHandleAfterRender, INotifyPropertyChanging, IHandleEvent, INotifyPropertyChanged

Constructors

Name Description
GridFilterRow()

Initializes a new instance of the GridFilterRow class.

Properties

Name Description
AutoComplete

Gets or sets whether the typed text will be auto-completed based on the data in the grid.

Delay

Gets or sets the delay before performing the filtering.

IsFiltering

Gets whether a filter operation is being executed.

MatchCase

Gets or sets whether the filtered text should match the case too.

MatchWholeWord

Gets or sets whether the filtered text should match the whole word.

Placeholder

Gets or sets the placeholder text.

Methods

Name Description
AllowEditing(GridColumn)

Returns true when the cell in the intersection of the specified column and this row can be edited.

GetCellContentRenderFragment(GridCellType, GridColumn)

This method is called to provide the content of a cell belonging to this row.

OnAttached()

Called when the row is attached to a collection of rows.

OnDetached()

Called when the row is detached from a collection of rows.

PrepareCellStyle(GridCellType, GridColumn, C1Style, C1Thickness)

Gets the style that will be applied to the cell.