Hi,
I have implemented the RadItemDragDropManager example that allows me to drag multiple list items from one list control to another.
I need to validate that the user is not dragging certain incompatible list items into the destination list control.
The problem is that when dragging multiple items, the selected items collection isn't really preserved.
How can I compare the items being dragged to the items in the destination list control?
Thank you!
Beth
I have implemented the RadItemDragDropManager example that allows me to drag multiple list items from one list control to another.
I need to validate that the user is not dragging certain incompatible list items into the destination list control.
The problem is that when dragging multiple items, the selected items collection isn't really preserved.
How can I compare the items being dragged to the items in the destination list control?
Thank you!
Beth