removes a data item from the dataview
myDataView.remove("item1"); //or myDataView.remove(["item1","item2", "item3"]);