Hi Greg,
Ok, that definitively helped.
But now, I have a second issue. When I drag & drop a list item from the left List into the right List, I have duplicate items.

In fact the NewIndex = 2 and not 1 as it should.
What I'm doing is to take advantage of the Add event of the second List and added logic to manipulate a list variable which is bound to the List widget. This way I can affect the "list-empty" css class condition referred and make it disappear when the list is not anymore empty.
So, it seems there's an internal list bound to the Sortable object and for this to work properly I would have to manipulate it and not the variable list I created and bound to the List widget.
Any suggestions here?
Thanks again,
Tiago