I'm porting over one of Ely's component's data provider from accepting
an Array to accept an ArrayCollection.  He uses item.splice a lot
where item is typed as an array.  

I want the same functionality in an array collection.  Item[0].splice
works, but im not sure this is the right way to do it.  Should i use
item.list.addItemAt?

Thanks!

-Nate





Reply via email to