Hi,
Please refer to 2 attached files...
The 'April 2020' file is correct - The yellow color is shown upon setting a filter (Release 2020.1.113.40)
The 'June 2020' file is incorrect - No color is shown indicating filter is set. (Release 2020.2.512.40)
The code sets FilterDescriptor on the 'A PARTY' column.
There is change in the icon of the filter as well :(
Hello Ketan,
Thank you for reporting this.
Since R2 2020 release we introduced support for SVG images and the ControlDefault theme comes with SVG images by default. However, I agree with you that with the latest version there is no indication that a filter is applied. This is why I have logged this on our Feedback portal by making this thread public.
You can track its progress, subscribe for status changes, and add your comments on the following link - feedback item. I have also updated your Telerik points.
To workaround this issue you can disable globally the SVG images in your application:
RadControl.EnableSvgImages = false;
Since EnableSvgImages is a static property of RadControl and should be set before any controls are initialized. For example in the form's constructor.
I hope this helps. If you have any other questions or concerns do not hesitate to contact me.
Regards,
Nadya
Progress Telerik