I have two grids.  The first has a list of users:

User      Type
-------------------
Bob       IT
James     Marketing
Mark      Marketing
Stef      Sales
....

The second contains a summary view of the users *by type*:

Type      Count
---------------
IT         1
Marketing  2
Sales      1


These two grids are on the same form.  As users are added to the first
grid I want to the second grid to refresh.  How do I do this?  

In other languages/frameworks I would write an adapter for the summary
grid, but am unsure of how/where to do this in flex.

Cheers,

David.

Reply via email to