This is a migrated thread and some comments may be shown as answers.

Complex filter on column

1 Answer 126 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Waldek
Top achievements
Rank 1
Waldek asked on 19 May 2020, 09:12 PM

GridFilterMode.FilterMenu allows to open popup with 2 conditions per column joined with logical conjunction: "and" "or".

Is it possible to have more conditions per column? For example:

Salary > 20
and
Salary < 100
and
not (Salary = 50)
 

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 20 May 2020, 05:16 AM

Hi Waldek,

You will be able to implement custom filters to add more conditions when this gets implemented: https://feedback.telerik.com/blazor/1407773-custom-filter-components-filter-template. For the time being, the only option is to put desired popups (e.g., animation containers) in the header template or outside of the grid so you can set the desired filter through the grid state.

 

Regards,
Marin Bratanov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Grid
Asked by
Waldek
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or