When I select two records in ListGrid and drag them they are placed at their destination in the order that they were selected.
Example, using demo at https://www.smartclient.com/smartcli...=gridsDragMove:
This doesn't happen when I select Japan and add China to selection while holding [Ctrl]. It's unintuitive for users and works inconsistently. I believe that dragging should preserve relative order of moved records.
Example, using demo at https://www.smartclient.com/smartcli...=gridsDragMove:
- Click on Japan, hold [Shift] and press [Up] to select also China
- Drag selection and drop anywhere in grid: dropped records are reordered from "China, Japan" to "Japan, China". Order also changes when I click on button that moves records to second grid.
This doesn't happen when I select Japan and add China to selection while holding [Ctrl]. It's unintuitive for users and works inconsistently. I believe that dragging should preserve relative order of moved records.
Comment