Click here to Skip to main content
15,867,911 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Helo
I have a Radtileview and inside the tilevie I would like to display images from an observable collection in my viewmodel.When I bind the tile view as follows
C#
<telerik:RadTileView MinimizedItemsPosition="Right" MaxColumns="4" MaxRows="2" MaximizeMode="ZeroOrOne" DataContext="{StaticResource AlbumViewModel}"
  ItemsSource="{Binding ALBUMPAGE, Source={StaticResource AlbumViewModel}}" >


Then inside the tile view I have the image to be displayed


The image is not being displayed bt the tileview dispaly the name of the data model.

I have bound the tile view to my viewmodel but nothing is displaying where might i be missing the point?I have an observable collection in my viewmodel which has the images.Thanks
Posted
Updated 31-Mar-14 4:10am
v3

1 solution

Hi, some helpful links for you:
Model-View-ViewModel (MVVM) Explained[^]
The Model-View-ViewModel Design Pattern (applies to Silverlight too)[^]

Did you implement NotifyPropertyChanged?

Best regards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900