I'd like to implement ExpandAll/CollapseAll functionality for a grid with nested grids based on binding to a dataset with two related tables. But it seems the methods on NodeBase only work for TreeView style nodes, not nested grids.
The node type appears to be VirtualNestedGridNode. And while the HasChildren property is true, the Items collection has a count of 0.
How can I implement this?