RadzenDataGrid get value of Filter

Hi,

I'm trying to get value of Filter in specific column in datagrid.

I can set filter by clicking button like that:

grid.ColumnsCollection[1].FilterValue ="test"
same with oparator.

However if someone use grid and manually add this filter I can't read this value. WHY? (both -> manual and via code filter data)

Better use GetFilterValue() method - you can check the source code for reference.

Thank you :slight_smile: that is it :slight_smile: