Hello Muhammad Nawaz,
Basically, this is kind of an expected behavior. When you have two equal instances of one and the same object, the selection does not know which of them to select.
What you may try to do is to clone the object you drag - in the DropQuery event you may create a new instance of the same object type and fill its properties with the values from the item you drag. Thus you will have two items with equal values, but they will be two separate instances.
Regards,
Maya
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items