Is it possible to drag a row from SfDataGrid?

I would like to drag one or more selected rows from SfDataGrid to Windows desktop? Is it possible?

I effectively gained control on DataGridRowControl throught its style:

 <Style TargetType="sf:DataGridRowControl">
        <Setter Property="sf:DataGridRowControl.CanDrag" Value="True"/>
 </Style>

Anyway, I don't understand how to intercept the Drag-related events when dragging the row outside my app's window.

Is it possible to achieve this?


1 Reply 1 reply marked as answer

MA Mohanram Anbukkarasu Syncfusion Team February 24, 2022 02:00 PM UTC

Hi ZipGenius, 

We regret to inform that it is not possible to handle drag and drop rows in SfDataGrid and also not possible to handle dropping on the desktop. SfDataGrid doesn’t have support for drag and drop.  

We have considered to provide “Drag and Drop support for rows and columns” in SfDataGrid. We will implement this feature in any of our upcoming release. 


At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest.  
Please let us know if you require any other assistance from us.  

Regards, 
Mohanram A. 


Marked as answer
Loader.
Up arrow icon