Skip to content

[Catalyst] CanMixGroups Set to False Still Allows Reordering Between Groups in CollectionView #28530

@NafeelaNazhir

Description

@NafeelaNazhir

Description

When the CanMixGroups property is set to false in the CollectionView, items can still be reordered between groups. This behavior is incorrect because setting CanMixGroups to false should restrict items from being dragged and dropped across groups.
Note: This Issue arises in both CV2 and CV1

Screen.Recording.2025-03-20.at.1.10.32.PM.mov

Steps to Reproduce

  1. Launch the application on catalyst CanMixGroupsSample.zip
  2. Set the "CanMixGroups" radio button to False and set "CanReorderItems" to true.
  3. Attempt to drag and drop an item from one group to another in the CollectionView.
  4. Observe that the item is still moved across groups, even though CanMixGroups is set to false

Expected Behavior:
When CanMixGroups is set to false, the CollectionView should prevent items from being reordered between groups. Items should only be reorderable within their respective groups.

Actual Behavior:
Items can still be dragged and dropped between groups.

Link to public reproduction project repository

No response

Version with bug

9.0.50 SR5

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

Labels

area-controls-collectionviewCollectionView, CarouselView, IndicatorViewcollectionview-cv2partner/syncfusionIssues / PR's with Syncfusion collaborationplatform/macosmacOS / Mac Catalysts/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions