@syncfusion/ej2-treegrid 31.2.2 → 31.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9829,7 +9829,7 @@ class RowDD {
9829
9829
  this.isaddtoBottom = multiplegrid && this.isDraggedWithChild;
9830
9830
  }
9831
9831
  const dragLength = dragRecords.length;
9832
- if (!isNullOrUndefined(this.parent.idMapping)) {
9832
+ if (!isNullOrUndefined(this.parent.idMapping) || (this.dropPosition === 'bottomSegment' && dragRecords.length > 1 && isNullOrUndefined(this.parent.idMapping))) {
9833
9833
  dragRecords.reverse();
9834
9834
  }
9835
9835
  for (let i = 0; i < dragLength; i++) {