Hi,
I have two different collections with items of type A and B where B contains typeA's Id and vice versa, and I'm displaying these two collections in two different RadGridViews .
Type A contains : IdA , prop1A , IdB
Type B contains : IdB , prop1B , IdA
What I want to do is to be able to drag an item from one grid to the other by recovering the target type Id from source type and retrieve the target element from a source By the recovered id and insert it into the target RadGridView .
Any help would be greatly appreciated!