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

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -