Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Drag Drop a row
posted

Im "porting" a Win app to WPF, and with "Infragistics.Win.UltraWinGrid" I could easily mov a row bay drag and drop inside one grid

I used in the "SelectionDrag" event:  ultraGridMediaLib.DoDragDrop(this.ultraGridMediaLib.Selected.Rows, DragDropEffects.Move);

 How do I do this by C# code in WPF XamDataGrid.

 

Thanks!