Does the grouping grid use a DataView for filtering? If so, can I get access to this view?
I want to let the user set filter values, then I want to do some processing of the filtered rows. I guess I can read the filtered rows from the grid, but if possible it might be easier to take then from the DataView.
By the way, thanks for excellent support!