Hello all,
I'm trying to use the drag and drop control to help our employees drag and drop sections of our product into shipping crates to determine how the product will be shipped, and I've ran into a problem.
I need to allow the user to put the sections of the products into specific spots. Right now when you drop items into the destination control it puts them in the back of the list every time. Here's an example of what I need the control to do.
Section Pool
1
2
3
I'll drag 1 and 3 over first and have this:
Section Pool Sections in shipping crates
2 1 3
I need to be able to put the 2 between the 1 and 3.
Here's what I'm trying to do now:
Section Pool Sections in shipping crates
2 | 1 | | 3 |
a
Where the bars are borders, I want the mouse enter event to fire when the user drags the 2 over one of the bars, but I can't make the mouseEnter event fire, because I assume the RadDragQuery and RadDropQuery event methods are not allowing me to. Does anybody know of a way I can remedy this?
Thanks,
Aaron
I'm trying to use the drag and drop control to help our employees drag and drop sections of our product into shipping crates to determine how the product will be shipped, and I've ran into a problem.
I need to allow the user to put the sections of the products into specific spots. Right now when you drop items into the destination control it puts them in the back of the list every time. Here's an example of what I need the control to do.
Section Pool
1
2
3
I'll drag 1 and 3 over first and have this:
Section Pool Sections in shipping crates
2 1 3
I need to be able to put the 2 between the 1 and 3.
Here's what I'm trying to do now:
Section Pool Sections in shipping crates
2 | 1 | | 3 |
a
Where the bars are borders, I want the mouse enter event to fire when the user drags the 2 over one of the bars, but I can't make the mouseEnter event fire, because I assume the RadDragQuery and RadDropQuery event methods are not allowing me to. Does anybody know of a way I can remedy this?
Thanks,
Aaron