hi folks, i am working on an mx:List with itemeditor and itemrenderer. my problem is that after manipulating the data in the itemeditor, the display of the itemrenderer needs to be updated. but how do i do that?
there is an example for flex 2, which says: // Notify the list control to update its display. myList.dataProvider.notifyItemUpdate(myList.editedItemRenderer); but that doesn't work with flex 3. can anyone tell me what to write instead the above line of code? thanks in advance. greetings dee
