Hidden row count

I'm using a plain vanilla GridControl and when the user performs a certain action, I hide a row. What I need to know are how many rows are hidden at any given time. I looked at GridControl.Rows.Hidden, but it doesn't support a Count property as I would have hoped. Sean

1 Reply

AD Administrator Syncfusion Team January 26, 2003 03:57 PM UTC

Hi Sean, whenever rows are hidden the grid raises a RowHidden event. You can listen to this event and increase your own Count property when rows are hidden or decrease it if rows are shown again. Stefan

Loader.
Up arrow icon