Hi!
I want to drag a row to another control on another form and the get the data from the underlaying data object.
I know how to retrieve the dta from a row:
Syncfusion.Windows.Forms.Grid.Grouping.GridRecordRow rec = e.TableCellIdentity.DisplayElement as Syncfusion.Windows.Forms.Grid.Grouping.GridRecordRow;
rec.GetData();
But how to enable row dragging?
And how to access the record / GetData() function after Dropping on the other (non Syncfusion) object?
BR
Christoph