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

Drag/drop highlight

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Russell Mason
Top achievements
Rank 1
Russell Mason asked on 10 Jul 2008, 04:16 PM
Hi

In your example (http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/DragAndDrop/DefaultCS.aspx) when I drag a row within the grid there is a dotted line to indicate the drop position. What does this? I can't find any code or properties that specifiy this and my grid doesn't do it!

Thanks
Russell Mason

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 11 Jul 2008, 05:45 AM
Hi Russell,

You can modify this using this css class:

/*row drag n drop*/

.GridItemDropIndicator_SKINNAME
{
    border-top:1px dashed #444;
}


Regards,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Russell Mason
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or