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

Grid Column Filter value?

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
const
Top achievements
Rank 2
Veteran
const asked on 23 Jun 2020, 04:40 AM

Hi,

How do I know what Filter user set for given Column ?

I see examples of how to set Filter using State property but don't see anything of how to read Filter value.

Please advise

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 23 Jun 2020, 04:44 PM

Hello,

The following section of the documentation explains how you can do that: Get and Override User Action That Changes The Grid - you can capture when filters change and get them from the grid state.

The alternative is to implement the grid operations yourself as explained here: Manual DataSource Operations - the OnRead event will give you the grid request so you can extract the information you want from it.

 

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
const
Top achievements
Rank 2
Veteran
Answers by
Marin Bratanov
Telerik team
Share this question
or