Manipulate the dataGrid's dataProvider. Chances are that it is an ArrayCollection, so you can swap items by using getItemAt(), setItemAt and removeItemAt(). When you change the dataProvider, the dataGrid will automatically reflect the changes.
-TH --- In [email protected], "hworke" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > how can I swap two rows in a datagrid? >

