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

Live Tiles

2 Answers 101 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Patrick asked on 01 Apr 2013, 02:52 PM
Maybe I'm missing it or just being lazy, sorry.  I want to use the TlieList control but I have a requirement to show an updated total on one of the Tiles. (It's a "Pending" tile that will show a number).  How would I go about doing that with this?

I'm guessing/trying the following, add a Textblock to one of my Tile's and Bind it to my ViewModel....am I on the right track or is there a simpler way built in?

Thanks

2 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 02 Apr 2013, 10:45 AM
Hello Patrick ,

You are absolutely on the right track .In order to bind from within the Tile to your data context , you may need to expose it as a  static resource  and use this static resource as source for the binding.

* This is needed as the tile is a content control and what is inside does not inherit the DataContext of the RadTileList.

Greetings,
Pavel Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Patrick
Top achievements
Rank 2
answered on 02 Apr 2013, 12:46 PM
Thanks Pavel,

I'll give it a try then.  I've never done what you are suggesting so don't be surprised if you see me back here... 

Tags
TileList
Asked by
Patrick
Top achievements
Rank 2
Answers by
Pavel Pavlov
Telerik team
Patrick
Top achievements
Rank 2
Share this question
or