Hi
There is no parent-child relationship in my DB table Rows. And I want to make Tree Grid using Datasource. So, That When I will make fetch to Datasource TreeGrid is populate by itself.
I don't want to make an extra call to fetch data to make the TreeNode array.
My data sample in DB is like this.
And I want to make TreeGrid Like this.
If it is possible, How I need to define the properties of the tree grid?
Kindly Help
There is no parent-child relationship in my DB table Rows. And I want to make Tree Grid using Datasource. So, That When I will make fetch to Datasource TreeGrid is populate by itself.
I don't want to make an extra call to fetch data to make the TreeNode array.
My data sample in DB is like this.
ROOT | Node1 | ChildNode1 | ChildNode1-1 | Detail1 | Detail2 | Detail3 |
ROOT | Node2 | ChildNode2 | ChildNode2-1 | Detail1 | Detail2 | Detail3 |
ROOT | Node3 | ChildNode3 | ChildNode3-1 | Detail1 | Detail2 | Detail3 |
ROOT | Node3 | ChildNode3 | ChildNode3-2 | Detail1 | Detail2 | Detail3 |
ROOT | Node3 | ChildNode3 | ChildNode3-3 | Detail1 | Detail2 | Detail3 |
ROOT | Node3 | ChildNode3 | ChildNode3-4 | Detail1 | Detail2 | Detail3 |
If it is possible, How I need to define the properties of the tree grid?
Kindly Help
Comment