In my previous post, I asked why ExpandAll / CollapseAll do not work for NestedGridNodes. The answer is that the last release introduced a bug whereby the NestedGridNode.Items collection has no members (Count returns 0 and it cannot be iterated)
This is true for both bound VirtualNestedGridNode and manually added NestedGridNode.
Please correct ASAP.