Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
V2 2.0.10
-
None
Description
For a deep insert with different navigation properties within another navigation property which is of type feed.
E.g.
Room has navigation property nr_Emplooyes which is of type feed which has further navigation properties like this
Room
nr_Employees
[
Emp1
ne_Team
Emp2
ne_Room
ne_Building
]
By default the first entry is taken as the expandSelectTreeNode for the parent feed.
There should be a provision to get all the child expanded nodes at the navigation feed.
An api :
public abstract List<ExpandSelectTreeNode> getExpandedList();
to give back list of expanded nodes.