Completed
Last Updated: 12 Sep 2024 09:20 by ADMIN
Clint
Created on: 01 Apr 2024 15:34
Category: ListView
Type: Bug Report
1
ListView: [WinUI] Picker inside ListView ItemTemplate does not allow selecting a value
If there is a Picker control inside the ListView ItemTemplate and its SelectedIndex is bound to a property of the used data item, the user cannot select a value  - SelectedIndex is reset to -1.
1 comment
ADMIN
Didi
Posted on: 12 Sep 2024 09:20

Hi Clint,

We have resolved this behavior by implementing a new control, CollectionView, which is a complete rewrite of the ListView from the ground up. CollectionView offers improved performance, enhanced features, and a modernized approach to managing lists of data. The CollectionView incorporates all key features of the ListView.

As this new control supersedes the ListView, this bug report will be closed. We recommend transitioning to CollectionView to take full advantage of its capabilities. Visit the following article that explains how to migrate to the new RadCollectionView.

Regards,
Didi
Progress Telerik