This is a migrated thread and some comments may be shown as answers.

Filtered button notification feature

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ramesh
Top achievements
Rank 1
Ramesh asked on 16 Jun 2015, 01:52 PM

Hi Team,

In the latest Telerik DLL has a filter notification feature in Radgrid .( Means if we filter a column, the filter button color changes for identification).In my project I am using "Q1 2013 " telerik version , can we achieve the above mentioned feature with "Q1 2013 telerik dll " ?

 

Thanks in Advance,

Ramesh.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 19 Jun 2015, 09:36 AM
Hello Ramesh,

The easiest way to achieve the functionality would be to upgrade the controls to the latest version. In the current release when a column in RadGrid is filtered the filter button gets the rgFiltered CSS class. This makes the button of a filtered column look different.

The above functionality works out of the box with the current release. However, if you are using an older version where the feature is not available you would need to implement it manually. When RadGrid is filtered you should locate the filter button of the corresponding column and apply custom CSS class to it. You should also define the styles that will be applied wit that CSS class.

Regards,
Viktor Tachev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Ramesh
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or