I have a 3-level hierarchical structure in the radgrid. All the data is being pulled programmatically.
Is there any way to only allow level-2 rows to be drag-and-dropped?
Example, if the grid looks like this:
etc.
I want to be able to only drag sections between various week numbers. If I drag Section "D" from Week 2 into Week 1, I want it to take all the names in D with it.
Currently, if I allowdragdrop, every row is movable.
Any help would be appreciated.
EDIT:
Well, scratch that, I figured it out. Sorry, I guess I just overlooked the fact that I could distinguish between levels of the hierarchy when I did all the reordering in the RowDrop event.
Remove this thread, if you'd like.
Is there any way to only allow level-2 rows to be drag-and-dropped?
Example, if the grid looks like this:
Week # 1 Section A Names Sarah B Names Jim John C Names Bob Karl Jane 2 Section D Names Karla Jacketc.
I want to be able to only drag sections between various week numbers. If I drag Section "D" from Week 2 into Week 1, I want it to take all the names in D with it.
Currently, if I allowdragdrop, every row is movable.
Any help would be appreciated.
EDIT:
Well, scratch that, I figured it out. Sorry, I guess I just overlooked the fact that I could distinguish between levels of the hierarchy when I did all the reordering in the RowDrop event.
Remove this thread, if you'd like.