Hello,
I observe an issue with infinite scrolling activated for a tree grid (19.4.38).
At initialization, all nodes are expanded (I use "expandStateMapping to do it). I have for example 2 root nodes. And each root node has lot of children. This means that the second root node is not loaded in tree grid because of the infinite scrolling.
When I collapse the first root node, my second root node and its children are not loaded. I only see the first root node in my tree grid, with blank below and no scrolling bar.
When I scroll to the end of the tree grid (to load all nodes) and I collapse after the first root node, the other root nodes are well displayed.