Completed
Last Updated: 09 Sep 2020 08:28 by ADMIN
Release 2.17.0
Fernando
Created on: 02 Apr 2020 11:53
Category: Grid
Type: Bug Report
8
Filter icon is not updated when setting/removing the Filter from the State
1 comment
ADMIN
Svetoslav Dimitrov
Posted on: 05 May 2020 09:25

Hello,

As a workaround, you can use JavaScript to add the k-state-active CSS class as shown in the demo project I have attached as a file. What I did is to:

  • Set the Class parameter of the Grid, so that the JS function will work only for the Grid and not on the whole page.
  • Passed that Class to the JS function as a parameter.
  • Used query selector to the all th elements and filtered them by the name of the Column.
  • Append the k-state-active CSS class to the corresponding div element.

Regards,
Svetoslav Dimitrov
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Attached Files: