AdvStringGrid show only modified rows

Good afternoon,
there's a way to display ONLY the modified rows int grid?
For example, grid with 100 rows and only 10 modified; Click on a button and the grid will displaies only the 10 modified rows, like a filter (i know there is the property showmodifies that show a color, but is not the same).

Thank's for all

Daniele

There is at this time not a criteria to specify for a filter to show only modified rows.
You'd need to loop through rows and for the rows that are not modified, call grid.HideRow()