Hello, is there a property I can use to know if a filter is active on a specific field header?
I would like to show when a column is filtered, because if I select a value in some combobox I can't know anymore which column is actually filtering the grid
Thanks,Marco
You are right, I'm gonna try with the latest version, and I let you know if I'll keep have the problem
Thank you,
Marco
Yes the issue was in the RTM version of 11.1 with build number 1002.
Can you confirm that you have applied the latest SR with build number: 2094 of the assemblies that you are using?
The issue should be fixed there.
Thanks,
-Slavi
Thank you for the reply, the problem is I am already using the latest version (11.1), exactly with the IGTheme but filter icons don't get darker, what can I do?
Thanks, Marco
Hi
If you enabled the filtering UI and the filter UI is Label Icons: When you set a filter the filter icon for that field should get darker to indicate that the column has active filters. If this is the case and the icons do not get darker or do not appear different from the ones that do not have any active filter please download the latest SR if you are using 11.1.(the issue is for the IGTheme only)
If you set filters using C# and the Filter UI is not enabled you can: Enable filtering, hide the icons in the label presenter and modify the HasActiveFilters data trigger to change the Foreground for the associated label i.e. Please look at the attached project for this solution.
-Slavi Dimitrov
Please could someone help me?
Thank you, Marco