This is a migrated thread and some comments may be shown as answers.

TileView filtering out duplicates?

2 Answers 42 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 05 Oct 2010, 11:25 PM
I havea TileView bound to a RadObservableCollection which contains a collection of image filenames.   The collection can contain duplicate fienames, but the TileView only shows one instance of each image.  Is it possible to have the TileView show all instances of all images?   Thanks, Todd.

2 Answers, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 07 Oct 2010, 04:44 PM
Hello Kevin,

 The problem is that you try to create different TileViewItems with references to the same string object. The easiest solution is to wrap the string in new class. Could you please examine the attached project and if you have any further questions feel free to ask ? 

Sincerely yours,
Zarko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kevin
Top achievements
Rank 1
answered on 26 Oct 2010, 04:47 PM
I forgot to thank you for the zip file.  This worked perfectly.  Thanks!
Tags
TileView
Asked by
Kevin
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Kevin
Top achievements
Rank 1
Share this question
or