This is a migrated thread and some comments may be shown as answers.

[Solved] Drag and Drop Detail table in hierarchical grid

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arvind Singh
Top achievements
Rank 2
Arvind Singh asked on 27 Aug 2009, 01:35 PM
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.

            

     

1 Answer, 1 is accepted

Sort by
0
Arvind Singh
Top achievements
Rank 2
answered on 27 Aug 2009, 01:55 PM
Please ignore this post.

Thanks
Tags
Grid
Asked by
Arvind Singh
Top achievements
Rank 2
Answers by
Arvind Singh
Top achievements
Rank 2
Share this question
or