This question is locked. New answers and comments are not allowed.
Good morning,
in my application I have a lot of data coming from the corresponding webservice. The data objects represent a tree structure without a fixed depth, so it may look like this structure below:
Group (arbitrary # of (sub)groups) -- Area -- City -- Office -- Department
So the groups may contain several layers of subgroups of the same data type, the deeper order is fixed (Area->City->Office->Department). The objects do have a ParentIds property (a list), so one object can be a child of different parents.
In your hierarchical data binding example the data structure has a fixed number of layers, could you provide me a little sample that binds to such data as described above from code behind? Thanks in advance!
Rob
in my application I have a lot of data coming from the corresponding webservice. The data objects represent a tree structure without a fixed depth, so it may look like this structure below:
Group (arbitrary # of (sub)groups) -- Area -- City -- Office -- Department
So the groups may contain several layers of subgroups of the same data type, the deeper order is fixed (Area->City->Office->Department). The objects do have a ParentIds property (a list), so one object can be a child of different parents.
In your hierarchical data binding example the data structure has a fixed number of layers, could you provide me a little sample that binds to such data as described above from code behind? Thanks in advance!
Rob