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

Hiearchical Data / Parent - Child in the Carousel ?

4 Answers 72 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 21 Dec 2008, 11:22 PM
Hi..
Does the Carousel support displaying and data binding of multiple tables , lIke a Customer and Products relationship?

I can bind a DataTable to the Carousel but how do I Bind at DataSet and the individual tables ?
My radCarousel doesn't have a DataMember property..?  What am I missing?  Thanks again for your help!

 

4 Answers, 1 is accepted

Sort by
0
Hristo Deshev
Telerik team
answered on 22 Dec 2008, 10:23 AM
Hello Jon,

While RadCarousel for WPF internally uses the data engine that RadGridView uses, and the data engine supports hierarchical relationships, we have not added that feature for the carousel component. The short answer is no, we do not support that feature.

We have always looked at RadCarousel as a navigation component, and displaying hierarchical data inside has never been high on our feature list. Can you describe your application scenario, so that I get a better idea of what you are trying to achieve. I am always looking to gain new insight on how customers use our components as that can change our product development direction.

Thanks for helping us improve our product.

Sincerely yours,
Hristo Deshev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jon
Top achievements
Rank 1
answered on 22 Dec 2008, 12:16 PM
Hi...
I trying to add 'more' data to the carousel... Iike, besides just displaying the Customer's name  - also display the customers orders.
I'm using the carousel as large window that occupies most of the form - like a large rolodex.
thanks again
0
Hristo Deshev
Telerik team
answered on 22 Dec 2008, 02:46 PM
Hello Jon,

Thanks for the clarification. I can think of several ways to make this work. I am not sure how that would work performance-wise, but you can host an items control or even RadGridView inside a CarouselItem. Another option is to handle SelectionChanged and update a portion of your UI with different data related to the currently selected item.

Greetings,
Hristo Deshev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jon
Top achievements
Rank 1
answered on 22 Dec 2008, 03:00 PM
Thanks.. I have the RadGridView in the Carousel.. but can't figure how to bind the 'Orders' to it and have the customer info binded as well... I think I may just use the SelectionCHange and show the 'Orders; in a panel below the Carousel.. thaks again!
Tags
Carousel
Asked by
Jon
Top achievements
Rank 1
Answers by
Hristo Deshev
Telerik team
Jon
Top achievements
Rank 1
Share this question
or