Unplanned
Last Updated: 02 Apr 2026 13:45 by ADMIN
William
Created on: 02 Apr 2026 13:42
Category: CollectionView
Type: Bug Report
1
CollectionView: Dropping item cannot be performed from one collectionview to another that has inner collectionview with no data after Telerik MAUI 11.1.0

from 11.1.0 version and above the behavior of dropping item changes for my custom scenario.

I have two CollectionView's. one on left has inner collectionview, and one on right. When the inner collectionview has no items, dropping item from the right collectionview to the collectionview with no data cannot be achieved. 

The height of the inner collectionview with no items is 0. 

This works in 11.0.0 version but after 11.1.0 the behavior changes and item cannot be dropped.

1 comment
ADMIN
Didi
Posted on: 02 Apr 2026 13:45

Workaround:

Set definitive height for the inner collectionview.

Regards,
Didi
Progress Telerik