Standard & custom column filter together

Hello,

This page demonstrates use of custom column filter as a dropdown:

But as this demo works a change in the dropdown removes any filter made on the other columns. How would you set this up if you want to persist standard text filter after applying custom filer?

Thanks!

Regards,
Magnus

Any ideas on this? To reproduce in the linked example:

  1. Set text filter on "ID" or "NAME" to "6"
  2. Select one of "TITLE OF COURTESY" dropdown filter
  3. Now the text filter on 1. is empty

Regards,
Magnus

To preserve both filters you will need to use grid column filtering API - FilterValue, FilterOperator, etc.

1 Like