invalidateList(); in flex3.0
Posted
by Ankur Sharma
on Stack Overflow
See other posts from Stack Overflow
or by Ankur Sharma
Published on 2010-05-24T11:35:25Z
Indexed on
2010/05/24
11:41 UTC
Read the original article
Hit count: 290
please tell me what invalidateList(); function does?
i have one line of code, in which this function is getting called on arraycollection object
like
dg.invalidateList();
where dg is the id of datagrid, dataprovider for this dg is colors which is an arraycollection?? plzz tell me wht the invalidateList() function is doin? thanx
© Stack Overflow or respective owner