[flexcoders] How to remove the current sort on a Datagrid

2007-11-28 Thread ruidsoares
Hi, I have a Datagrid that the user is able to edit directly. He is also allowed to add a new item in the grid. This is done by using addItem on the ArrayCollection that serves as the data provider for the grid. After that I use the editedField method of the datagrid to give focus to the

RE: [flexcoders] How to remove the current sort on a Datagrid

2007-11-28 Thread Alex Harui
If you set the sort with only one sortField, the DG should reflect that. Maybe you can post a test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ruidsoares Sent: Wednesday, November 28, 2007 7:59 AM To: flexcoders@yahoogroups.com