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

.Net 3.5 GridView & Coverflow - 2 way communication?

1 Answer 34 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 24 Oct 2009, 01:13 PM
The Coverflow Control is one of the coolest user interface controls to date. I have a need to use it in a business application.

My goal is to embed the Silverlight Coverflow object in my .Net 3.5 application and have it linked to a .Net 3.5 GridView. The contents of the GridView and the Coverflow are going to be identical with the GridView containing many deteails about the image being viewed in Coverlfow.

I need two way communication: When a user selects an image in the Coverflow I need to set the GridView.SelectedIndex accordingly and when the user Selects a row in the GridView I need to set the image accordingly in the Coverflow.

Can this be done without having any unwanted caveats?

Do you have a coding example of doing such a task?

Thank you very much. My company is sitting on the Silverlight fence and if I can get this working I have been assured that there will be more Silverlight development in our shop.

1 Answer, 1 is accepted

Sort by
0
Evan
Telerik team
answered on 12 Nov 2009, 09:19 PM
Hello Rick,

I just followed up on the other forum thread where you were talking about this topic, which you can find here:

http://www.telerik.com/community/forums/silverlight/coverflow/net-3-5-embedding-coverflow.aspx

Using the same logic, you would instead want to pull your value like they show you on this RadGrid demo, so you can grab any item from your row to use as the index/value you are sending back to Silverlight to change RadCoverFlow. 

Please let us know if you have any other questions.

Kind regards,
Evan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
CoverFlow
Asked by
Rick
Top achievements
Rank 1
Answers by
Evan
Telerik team
Share this question
or