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

Drag and Drop within RadGridView (from online help example)

2 Answers 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 23 Sep 2010, 12:13 AM

I am using the example found at (http://www.telerik.com/help/silverlight/raddraganddrop-within-radgridview.html) to add drag and drop capabilitiy for RadGridView rows within the RadGridView itself. One problem that I ran into is that the provided example will effectively insert space above the RadGridView itself, but you will not notice this until you set the ShowGroupPanel to False. The easiest fix that I found was to add the following line of code to the end of the RowReorderBehavior constructor (in RowReorderBehavior.cs):

Grid.SetRow(this.dropPositionFeedbackPresenter, 2);

2 Answers, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 28 Sep 2010, 09:41 AM
Hello Richard,

Thank you, for pointing this issue, regarding our help article. You proposal definitely work in specified scenario, so we will update our article. I have also updated your telerik points.

Best wishes,
Tsvyatko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Voss
Top achievements
Rank 1
answered on 19 Apr 2011, 10:49 PM
Is the code available for the article referenced here in a working sample project?

thanks.
Tags
GridView
Asked by
Richard
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Voss
Top achievements
Rank 1
Share this question
or