Refresh ColumnControl SearchList values based on current values in a column
Refresh ColumnControl SearchList values based on current values in a column
Is it possible for the values in each ColumnControl SearchList to change depending on the current data available in each column?
Example
If you had two columns "Job" and "Location". If you were to filter the Job column and select "Developer", it would be good to only see the values in the Location column which were available the for Developer job.
My current setup
I have ColumnControl SearchList setup on a few columns in my table. When I select a value from one of the columns, I can then select a value in another column which returns no rows.
Answers
Hi,
No, I'm afraid that a cascade filter like this isn't currently a feature of ColumnControl. It is possible in SearchPanes though. See also this thread which is asking the same thing.
Allan