Asynchronous mode for ExpandAllHierarchyItems()
Currently, the RadTreeListView control does not fully support the merged cells functionality due to the different levels of the hierarchy of the items displayed by the control.
Currently, setting HierarchyIndent property does not work as expected for nested rows.
The goal is to expand a second node each time you expand a particular node from the RadTreeListView. The data of the second node is loaded on demand, but it is not shown when the node itself is expanded.