TAdvStringGrid column filtered state

Hi,

Trying to find a way to indicate when a column is filtered either by altering the bitmap or the column header. Any hints on where to get the columns filtered status



regards

You can use property:

grid.FilterActive: boolean

Hi, being a Boolean it will only tell me that a filter is active for the grid, I would like to be able to tell which column(s) is/are filtered,.more than one column may be filtered at a time. The filter bitmap could turn green for example.

You can loop through grid.Filter and check for  grid.Filter[itemindex].Column to check what column(s) are filtered on.