In an upcoming project I will need to provide multiple views of the same data, most likely in the form of an XMLListCollection, in multiple DataGrids. The scenario is that I will have a large master set of data, but depending on which screen you are on you will only see the appropriate parts of the data (proposed documents, generated documents, approved documents, etc). I will also be using some compound filterFunctions, so that on the screen displaying only the approved documents, the user can additionally filter by document type, etc.
My question, finally, is what is the best way to approach this? I have toyed with the idea of making a copy of the data for each screen, but that seems error prone and hackish as the data will be updating while the application is being used. Should I change the filterFunction being used when the user switches screens so I essentially have one DataGrid shared between screens and the 'multiple views' is faked? Should I break the data into pieces? Any advice or guidance is greatly appreciated. Thanks, Ben -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

