Grid - Number of visible rows

Hello all,

Is there a way to get the number of visible rows? Something like grid.getRows();? I ask because I want to show always the number of rows in the bottom of the grid. The question is how I can grap this information, when column filter are available.

Thanks in advance!

Regards,
Thomas

I found it:
Container.addItemSetChangeListener() is the way to do it :slight_smile: