I need to apply filters programaticaly to one grid column. This filters are added or removed when user clicks some checkboxes, when checkbox is clicked filter is added or removed.
All of this was working ok, but now I need multiple filters for same column (propertyName).
Is there any property to use as Tag, Id or name for the filter?