Hi,

I have an application that requires multiple views of the same data. Thus,
in practice, I would ideally like to have two DataGrids, each with the same
ArrayCollection as dataProvider, but each sorted differently. I know that
sorting a DataGrid sorts the underlying dataProvider, so is there any way to
achieve this without having two copies of the data and having to update the
second when changes are made to the first.

Thanks for your help.

Regards,

Annette

Reply via email to