I have a grid bound to a datasource containing say 8 rows. I apply a filter leaving only 3 rows visible, the other 5 are filtered out.
If I loop through the rowCollection it loops through all 8 rows, not only the visible 3. I need to only access the 3 visible rows..
The rowDataBound event fires 3 times, once for each of the rows returned... so I made my changes there...
Whats weird is that even though the rowDataBound event fires 3 times, the rows.Count remains at 8..
I thought there would be a filteredRows property or something on a grid to allow me to access only the 3 returned rows..
please don't read this if you do i will disappea....