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

CoverFlow event request

4 Answers 48 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Ludovic Gerbault
Top achievements
Rank 1
Ludovic Gerbault asked on 19 Jan 2010, 10:09 AM
Hi telerik team

I was wondering if it is possible to include another event on the telerik coverflow.

Like the RadGrid view which has a rowloaded event, would it be possible to get a coverflow item loaded event, fired for each item in a coverflow when it's bind to a collection (from datacontext or itemsource) ?

Regards

Ludovic

4 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 19 Jan 2010, 08:36 PM
Hi Ludovic,

Why do you need this event? Generally you could get the same behavior if you put a UserControl in the ItemTemplate of RadCoverFlow and handle its Loaded event. Is this workaround acceptable?

Best wishes,
Valeri Hristov
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.
0
Ludovic Gerbault
Top achievements
Rank 1
answered on 19 Jan 2010, 09:04 PM
I don't know, I'll have to try it.

The scenario I've been asked to implement is to attach a context menu on each item of the coverflow.

Since I'm using the rowloaded event on the radgridview, I was just thinking that it might be the same way concerning the coverflow
0
Valeri Hristov
Telerik team
answered on 20 Jan 2010, 10:36 AM
Usually I don't recommend attaching separate context menu on each row, since this would generate lots of context menu controls, thus increasing the memory footprint of the application an decreasing the performance. I would rather recommend attaching a single context menu on the whole CoverFlow (or GridView, or TreeView) and configuring it when it is opened:
http://demos.telerik.com/silverlight/#ContextMenu/FirstLook

Best wishes,
Valeri Hristov
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.
0
Ludovic Gerbault
Top achievements
Rank 1
answered on 20 Jan 2010, 10:50 AM
The thing is that in my scenario, the content of the context menu depends entirely on the content of the row/item on which it is being attached
Tags
CoverFlow
Asked by
Ludovic Gerbault
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Ludovic Gerbault
Top achievements
Rank 1
Share this question
or