Hi,
Is it possible to implement drag and drop functionality in a hierarchical grid?
Consilder the below structure of a hierarchical grid and let me now how we can implement drang and drop functionality?
MasterTableView --- Level 0 (Grid Table)
DetailTableView1 -- Level 1 Hierarchy(Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 2 Hierarchy (Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 3 Hierarchy (Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
Can we drag and drop Level 3 Hierarchy (Detail table with data item) to Level2 Hierarchy so that the structure should become as given below.
MasterTableView --- Level 0 (Grid Table)
DetailTableView1 -- Level 1 Hierarchy(Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 2 Hierarchy (Grid Table) --- Earlier Level 3(DetailTableView3)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 3 Hierarchy (Grid Table) --- Earlier Level 2 (DetailTableView2)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
Please let me know how we can implement this and can send the DetailTable's Datakey value to server side to update the relationship appropriately in back-end?
Thanks in advance.
Is it possible to implement drag and drop functionality in a hierarchical grid?
Consilder the below structure of a hierarchical grid and let me now how we can implement drang and drop functionality?
MasterTableView --- Level 0 (Grid Table)
DetailTableView1 -- Level 1 Hierarchy(Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 2 Hierarchy (Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 3 Hierarchy (Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
Can we drag and drop Level 3 Hierarchy (Detail table with data item) to Level2 Hierarchy so that the structure should become as given below.
MasterTableView --- Level 0 (Grid Table)
DetailTableView1 -- Level 1 Hierarchy(Grid Table)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 2 Hierarchy (Grid Table) --- Earlier Level 3(DetailTableView3)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
DetailTableView2 -- Level 3 Hierarchy (Grid Table) --- Earlier Level 2 (DetailTableView2)
------------------------------------(Detail Table Items)
------------------------------------(Detail Table items)
Please let me know how we can implement this and can send the DetailTable's Datakey value to server side to update the relationship appropriately in back-end?
Thanks in advance.