Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2740
How can I get the visible rows when the filter changes?
posted

In the AfterRowFilterChanged event, how can I get the visible rows collection?

I can see that e.Rows.VisibleRowCount updates with the new visible row count, however, I can't find a handle on the actual rows.  ActiveRowScrollRegion.VisibleRows still contains the visible row collection _before_ the filter was applied, so is no use to me.

Thanks.

Parents Reply Children