5/3/2010 5:13:33 AM
Title:
Drag and Drop Example
Hi,
I have two list boxes, whenever i select All button, it will moves another list box, Please provide the solution.
Thanks & Regards,
Alekhyakrishna
5/3/2010 7:21:58 AM
you can select all items from a list using selectedItems Property. Pass the dataProvider directly if it is array or convert it to array like i did if its a dataprovider. All items will get selected.
mySelectableListComponent.selectedItems=myArrayCollectionForList.toArray();