Hello.
In kendo-grid I need to switch off filters on columns that user is hiding.
I tried to get field names from columns in ColumnVisibilityChangeEvent and then find them in grid filter. But there can be situations when in column and in filter there are different fields. For example - in column "StatusName" and in filter - "StatusId". Is there a way to solve this problem? How can I know filter field name in columnVisibilityChange?