>Hi Rishi,
>
>Attached find a sample that implements this by handling the ScrollControlMouseDown event and manually selecting the record before calling DoDragDrop.
>
>
SingleClickDragDrop.zip>
>Stefan
>
>
>>Hi,
>>I am using a custom mouse controller for the drag drop opeartions, from a data grouping grid that has only one column. I make a call to DoDragDrop from MouseDown event.
>>
>>Currently I have to click twice, once to select a row and then to start the drag drop operation.
>>
>>Is there any way I can capture the row selection event and then make a call to the "DoDragDrop" function from there?
>>
>>Thanks
>>