If I create several grids, how do I set the dataView.setFilter(filter) for each grid?
Currently when I apply dataView.Setfilter(filter), it only collects data from the last grid I created even if I push each grid to an array and then apply setFilter to grid[i].
many thanks for your help