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

Cue text in Drag/Drop RowReorder

1 Answer 36 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 16 Feb 2012, 05:54 PM
I'm looking at the GridView RowReorder demo, and I noticed something.

When I drag a row, I see a two-line tooltip-like box.  The first line provides info about the item being dragged and the second line info about the item it would be inserted before or after, if it was dropped at that moment.

I've figured out how to configure what is displayed in the second line of the tooltip, using the DragCueActionContentTemplate and DragCueTooltipContentTemplate properties of the RowReorderBehavior class.

But I've not been able to figure out how to configure what is displayed in the first line of the tooltip, the info about the item being dragged. It seems to be the result of Item.ToString(), which is usually not appropriate.

Is there a way of providing a template for the dragged item?

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 17 Feb 2012, 09:35 AM
Hello,

 Please check this forum thread for an example on the dragged cue.

Greetings,
Didie
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Jeff
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or