This seems like a simple one but I am having issues finding a fix. On window, I have 4 dropdowns and a grid. A person can select from the dropdown and that will filter the grid. Now that you have a filtered grid, you can then click on the grid column to filter at the column level. The issue is that the dropdown list on the grid column filter does not reflect the filtered grid results. Basically it is still the full potential list of choices instead of the reduced list since the grid was filtered.
So, how does one call a function to change the column filter datasource and
how do you get the now reduced datasource from the column?
Thanks.
So, how does one call a function to change the column filter datasource and
how do you get the now reduced datasource from the column?
Thanks.