Posted 19 November 2019, 6:34 am EST
Hello,
I have an issue with the componentone flexgrid. I grouped cell using this
Dim rng As CellRange = .GetCellRange(0, 0, 0, .Cols.Count - 1)
rng.Data = "Animal"
At this point, no problem. Nevertheless, if i make a filter on the grouped column header (the “Animal” one) i see the filter mark in the column header, but if i make a filter on one of the “normal” column header (those wich are under the “Animal” one), then i don’t see the filter mark. The filter is ok, but i am not able to see wich column was filtered.
Anyone knows how to do to see the filter mark even on grouped columns header ?