How to show the tree grid in an expand view initially?

FY

Currently you need to iterate it your self and expand childs. In upcoming version of Vaadin 8 there will be new expandAll() method in TreeGrid, you can test it already by using 8.4-SNAPSHOT version.

Thanks a lot :slight_smile: