You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whatsnew.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,13 +44,12 @@ Released on June X, 2025
44
44
45
45
### Fixes
46
46
47
-
- DragManager. Incorrect detection of elements' drop location during drag-n-drop and other (Grid component):
48
-
- Solving the problem of incorrectly determining the position for dropping an element during the Drag&Drop operation (child elements) in the TreeGrid mode
49
-
- Solving the problem when moving a line to the header/footer area
50
-
- Solving the problem of determining the position for dropping above the first element
51
-
- Solving the problem associated with the absence or incorrect definition of the drop position for the default mode
52
-
- Fixed the `dragIn` event (the previous reset state was transmitted)
53
-
- Optimization of the `dragIn/dragOut` events (removed false positives)
47
+
- DragManager. Solving the problem of incorrectly determining the position for dropping an element during the Drag&Drop operation (child elements) in the TreeGrid mode
48
+
- DragManager. Solving the problem when moving a line to the header/footer area
49
+
- DragManager. Solving the problem of determining the position for dropping above the first element
50
+
- DragManager. Solving the problem associated with the absence or incorrect definition of the drop position for the default mode
51
+
- DragManager. Fixed the `dragIn` event (the previous reset state was transmitted)
52
+
- DragManager. Optimization of the `dragIn/dragOut` events (removed false positives)
54
53
- Grid. The issue with falsy selection of frozen cells while selecting unfrozen cells
55
54
- Grid. The issue with dragging unselected items
56
55
- Grid. Sorting of the Date string (ISO) values results in the invalid format error
0 commit comments