Hi
I have 2 MultiSelect with drag and drop. When I drag an item from one MS to another, I have added a listener on the "Drop" event. In this event I want to loop through all the items in both MS. This works fine. Exept that the values in the MS are the old value just before the actual Drop is about to happen. I want an event like "OnAfterDrop".

Do you get what I mean?

/Mikael