-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.5.2
-
Component/s: None
-
Security Level: Jimmy
-
None
-
ZK 8.6.0 S1, ZK 8.6.0 S2
-
None
Steps to Reproduce
1. run the attached example
2. click "doFilter by remove/add""
it removes some items by calling removeAll(collection)
3. check console
Current Result
create 400 rows
Expected Result
around 150 rows since initRodSize=50, preloadSize=100
Debug Information
1. set rod=false, perform above steps, Grid just creates 7 rows, even fewer than ROD=true, which is unexpected