actionscript 3 - Filtering Data Without sql query -
i developing pretty big enterprise level data analysis software based on flex-4. need filter datagrids based on users selection, requires run query on database. wondering if there way filter grid data without sql query? take little time it's causing me 2-3 minutes delay now.
if using arraycollection (or other implementation of icollectionview), take @ icollectionview.filterfunction property. can set need after user interaction , call icollectionview.refresh() - associated grids should automatically show filtered data then.
Comments
Post a Comment