Hi,
Can anyone help me out for this issue, I tried to drag and drop multiple selected rows to a different row position within same band/grid, the rows dropped correctly to the specified index but it changes the order of the selected rows in a reversed order.
That happened only when the dropped index is greater than the 1st selected rows index or the rows are selected in an alternate manner.
Example:
Row 1 - selected
Row 2
Row 3 - selected
Drop selected Row1 and Row3 into index Row 2. it became
Row3
Row 1
Any idea ?
Thanks
I ran your sample and tried dragging rows 1, 2, and 3 down to the bottom and then I tried dragging rows 7, 8, and 9 to the top. In both cases, the rows end up in the same order they started in. So this seems to be working fine.
Is there some other series of steps I need to follow in order to get the problem to occur?
sorry, yes here i attached the full project and the .exe
It's really rather difficult to create a project out of just a form file like this. Can you create a complete sample project that I can run and see the behavior?
Thanks Alot.
Below is part of the codes, hope these are enough:
Try select Row item Column 8 and Column 10. Drag and Drop to Row item Column 9.
It became
Column 10
Column 8
Column 9
Correct dropped should be
In that case, I am out of ideas.
Can you post a small sample project which demonstrates the behavior? I will be happy to take a look.