Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
EvolvedDSM #1
Filtering a datagrid without using filterFunction?
Hello, I'm looking for a way to filter a datagrid without applying a
filterFunction on the arrayCollection. The filter is static. I need it to
filter out a particular column of a table that has no value, so only the items
that do have a value in that column will be displayed. The reason why I do not
want to use a filterFunction on the arrayCollection is because the array would
need to be refreshed every time I update an item and for the way I've done
things, I am not sure how that would work.
So is there another way to filter a dg?
EvolvedDSM Guest
-
DataGrid, selection and filtering
Like a lot of developers I've recently moved from Flex 2 to Flex 3. I've noticed a bit of a change in how the DataGrid/List classes deal with... -
Filtering dataGrid results
I have spent the day in the help files, trying to understand how I can filter a dataset. I have a dataGrid whose dataProvider is bound to an... -
Filtering data in a Datagrid
Hi, I'm viewing the thread and found that there is a duplicated one on this issue in microsoft.public.dotnet.framework.aspnet group and some... -
Filtering the DataGrid control Question
Hello, I have a dataset with data in it thats stored in cache. I'm trying to take this dataset and doing a filter to output only the rows that... -
filtering in datagrid
Hi, I need to include the filtering feature in datagrid just like in excel sheet where user can filter the rows based on the value selected in the... -
BaliHi #2
Re: Filtering a datagrid without using filterFunction?
The phrasing of your question seems to provide the answer. "Is there any way
to filter without a filterfunction" - well probably not. So to meet your needs
you should either populate your arrayCollection using different logic, or else
go with the filterfunction. By the way, the arraycollection has an
eventListener built in so you can automatically detect when the contents has
changed (using a listener) - see CollectionEvent.COLLECTION_CHANGE.
BaliHi Guest
-
EvolvedDSM #3
Re: Filtering a datagrid without using filterFunction?
Could you help with with implementing the addEventListener? I've checked the
documentation for CollectionEvent, however alot of the info went right over my
head.
How can I write an addEventListener that will detect changes to my AC?
EvolvedDSM Guest



Reply With Quote

