Hi all,
I was wondering what some methods might be for filtering an array before it is displayed. I have an array that populates a datagrid and I send some updates to the server that effect the array and I want to refresh the array with the data from the server but maintain a filter that has been applied to the array. I have tried calling my filtering functions from collection events and from the function which updates the database but I can't seem to get the filter to apply at the right time. It appears to filter prior to the new data arriving at the array, so when the new data populating the array arrives the filter is lost. Any suggestions? Thanks in advance! - Ken

