I looked at the demos and API but didn't see a way to do what I'm looking for. I would like to clear the list of selected items when a filter is removed. For my immediate purposes, it would be sufficient to clear selected items once all filters are removed if that is easier to determine, though clearing an associated list once its filter is removed would be ideal.
I am familiar with using the Auto setting on the filter. My issue comes up for two reasons: (1) after removing a filter then re-adding the same filter, the selections are still there but the filter does not get automatically re-applied unless I change something and (2) I'm looking for a way to provide visual feedback to a user on whether a filter has been applied or not (currently my filter component resides in a RadzenPanel that can be collapsed - I want to be able to show the user that there is a filter applied when the panel is collapsed). If my list of selected items is clear, I can use the Count() > 0 on the selected items list to determine what to show the user.
Thanks!
Dennis