Good afternoon, i’ve the next question:
Is it possible change items in checkedlist filters depending of selected items from another filters in the same grid?
Imagine we have two columns ( {Employee: [michael,christian,cecilia,jessica]} , {Age: [23,27,35,39]} ) with checklist filter for each column.
So, for the column “Age” I choose 23 and 35, thus i see now the rows with employees ‘michael’ and ‘cecilia’
Next, i open the filter for column “employee” and i need the list options for the filter will be only both visible (‘michael’ and ‘cecilia’, like Excel do it), not the four of them.
Is that posibble?