I have two XAMDataGrid and I want to provide drag and drop functionality in them.
I tried different option but some of them are two complex and i can't judge ...is that the only way..
I am using Infragistics3.Wpf.v9.2 library..
Now…In this example…
User can drag and drop cell from Grid 1 and drop it in Grid 2.
e.g Value of Employee ID ( Grid 1 ) will be drop to Employee ID ( Grid 2). Here the constrain is …User can’t place Employee Name
I have attached sample code..
In Sample..Plz give ref..of
Infragistics3.Wpf.DataPresenter.v9.2
Infragistics3.Wpf.Editors.v9.2
Infragistics3.Wpf.v9.2
Can someone tell me how i can implement it in best way..