Hello Everyone, I have a list bound to a XMLList and I delete an element from the list and it wouldn't automatically refresh the list So I reset the dataprovider doing something like this
delete(tvMaster.userList[i]);
tvMaster.masterObject.userDispList.dataProvider =
tvMaster.userList;
I am just checking if there is a more efficient way to do this.
-Christopher

