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
285
XamDataGrid and DragDropManager
posted

 

Hello,

 

Does the XamDataGrid support the DragDropManager?

 

I would like to use the DragDropManger to allow me to drag a row from a XamDataGrid to another control (another XamDataGrid or a XamDataTree for instance). I am unable to drag a row from a XamDataGrid using the DragDropManager. How can I do this?

 

I am able to set a DragDropManager.DropTarget on a XamDataGrid and drop from a XamDataTree. However I don't get the row that was dropped on. I have to write a bunch of code to discover the row. Is there a way to easily know what row was dropped on?

 

Thanks,

Chris