Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.31 KB

File metadata and controls

26 lines (18 loc) · 2.31 KB

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

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)