Hello edilsonamaral,
You could set DataAdapter for your listboxes with desirable fields.
(for ex.
...
datafields: [
{ name: 'videoname' },
{ name: 'video_id' },
{ name: 'msg_id' }
],
and need to set ‘displayMember’ and ‘valueMember’ in the ListBoxes)
Please, take a look at this example:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxlistbox/dragdrop.htm?arctic
There could find out how to set dragStart and dragEnd callbacks and you could use item.originalItem to get a concrete object.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com