After I loaded the first 1000 of 1800 items that met the grid filter criteria, I applied a column filter. Then I saw that the column filter was applied only to the first 1000 loaded items, not to the 1800 total items that met the other filter criteria. Items that would have been shown if the column filter were applied to all 1800 items were not shown when only the first 1000 items were loaded.
Now when 1800 items meet the other criteria, it's not a big deal to refresh the grid to load all items. But I also tried to load about 50,000 items into a grid in order to apply a column filter, but IQ froze when I tried to load that many items.
Would it make sense to apply the column filter to all the items that meet the other filter criteria? Otherwise I have to filter the grid using another method, rather than a column filter.
Also I wonder if you could add an IDIOT button to abort gracefully an attempt to load 50,000 items into a grid.
Comments