DevExpress-Examples / blazor-dxgrid-filter-operator-selector

Implement a selector for filter row operator type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid for Blazor - Incorporate a selector for filter row operator type

This example demonstrates how you can extend our Blazor Grid’s Filter Row with a custom operator selector.

Within each grid column, the FilterRowCellTemplate property specifies the template used for the filter row cell. The template contains an OperatorType component (see the OperatorType.razor file). The component includes a DxButton that activates a dropdown window with a list of operators. When a user selects an operator, the column's FilterRowOperatorType property is set to the specified value and the column values are filtered.

Grid with filter

Files to Review

About

Implement a selector for filter row operator type.

License:Other


Languages

Language:HTML 82.8%Language:C# 17.2%