PDA

View Full Version : Emptying a List component


RR_QQ
03-07-2008, 11:39 PM
I have a dynamic generated List component to which I assign data via myList.dataProvider = dataArrayCollection.

HOW do I completely unset the data provider for this list so that it's clean as it was before I assigned the data provider? Thank!

Sleeve
03-08-2008, 02:15 AM
have you tried dataProvider = null?