我有一个如下所示的树结构,我使用Customers
和Departements
作为文件夹来对每种类型的树丛项进行分组。 Company_A,Company_B,..& Customer_1,Customer_2,...和Departement_1,Departement_2,......必然会被视图模型:关键是当我搜索某些项目时我需要将包含它的所有节点扩展到公司节点,我的问题是如何展开静态节点(Customers
,Departements
)。
提前致谢。
>Company_A
>Customers
-Customer_1
_Customer_2
>Deparatements
-Departement_1
-Departement_2
>Company_B
>Customers
-Customer_3
-Customer_4
-Customer_5
>Deparatements
-Departement_3
-Departement_4
-Departement_5