Hi Peter,
I have 2 listboxes with checkbox. on selection of checkbox item in listbox1, the listbox2 has to be populated. On unselecting the checkbox item in listbox1, the item in listbox2 must be removed. I am able to do it for single item. I need it for multiple selection. removeAt() method accepts index. But in my case the index is dynamic. I want to items in Listbox to be removed based on label or value. Please provide some information.
Thanks in advance!!!