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

Hierarchical TileView with Databinding

1 Answer 73 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 09 Feb 2010, 01:24 PM
I have implemented a TileView which has items which contains further TileViews. Currently I'm creating the TileViews and the TileViewItems dynamically from code behind and that looks absolutely great! (Good work!) But now I'm dreaming of manipulating the tree behind. Think of a class like this...

public class MyItem 
  string _shortDescription; 
  string _detailedDescription; 
  ArrayList _childItems; // which contains more items 

And now I have the idea to show it like this:
Header of the TileViewItem: the short description

SmallContent: showing the detailed description
Content: A list of short descriptions from all child items
LargeContent: a TileView showing recursively all it's children as TileViewItems

I have absolutely no idea how to do this using data binding. First question: is this possible? and second: how? :-)

Thanks in advance,
Jan

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 12 Feb 2010, 05:06 PM
Hi Jan,

We have created an example that shows how to achieve the needed task using HierarchicalDataTemplates and RadFluidContentControl.

Please let us know if you need more info.

All the best,
Tina Stancheva
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.
Tags
TileView
Asked by
Jan
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or