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

How to select a row and start drag and drop from the first click

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 2
Jose asked on 04 Dec 2008, 04:43 PM
Hi all.

I need to find a solution for the following problem. Everything works well with my radgrid and drag and drop functionality, however, it's causing problems the need to click the row twice to do the drag and drop. Even in the Telerik demos, this is the behavior, you click once to select the row, then click again to do the drag and drop.

How can I change the behavior so when the user first clicks the row it just selects that row and starts the drag and drop?

Thanks.
Jose Guay

1 Answer, 1 is accepted

Sort by
0
Jose
Top achievements
Rank 2
answered on 04 Dec 2008, 04:53 PM
Hi all.

Just figure it out... the problem is that I had AllowMultiRowSelection="true" thus that functionality was not available because I could select multiple rows with the behavior I was describing. By setting AllowMultiRowSelection="false"  I was able to fix the issue.

Thanks.
Jose Guay
Tags
Grid
Asked by
Jose
Top achievements
Rank 2
Answers by
Jose
Top achievements
Rank 2
Share this question
or