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

Dragging grid row when MultiRowSelection is ON

1 Answer 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karthikeyan
Top achievements
Rank 1
Karthikeyan asked on 23 Dec 2008, 06:42 AM
Hi,

I can able to drag a grid row without selecting it when AllowMultiRowSelection="False", but when Multi Row Selection (AllowMultiRowSelection="true") is enabled, I can't able to drag a grid row without selecting that row.

I have also disabled 'drag to select rows', but still i can't able to drag a row.

<Selecting EnableDragToSelectRows="false" AllowRowSelect="true" />

Is there any way to drag a grid row without selecting it (when AllowMultiRowSelection="true")?

Thanks & Regards,

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 23 Dec 2008, 08:55 AM
Hi Karthikeyan,

Unfortunately, this is not possible, in the present version of the control. The reason for this is, that the multirowselection functionality is triggered prior to being able to select a single row (unless you select it by clicking on it directly). In any case, the row needs to be selected, prior to initiating the drag operation.

All the best,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Karthikeyan
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or