[flexcoders] testing object equality in datagrid AFTER sort

2008-04-11 Thread Amy
Hi, I have a datagrid with selectable set to false. I'm listening for a double click event which then executes the following: dg.selectedItem = e.itemRenderer.data; This works fine when the datagrid is first loaded. After I sort the datagrid, the same line of code always results in

RE: [flexcoders] testing object equality in datagrid AFTER sort

2008-04-11 Thread Alex Harui
, 2008 7:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] testing object equality in datagrid AFTER sort Hi, I have a datagrid with selectable set to false. I'm listening for a double click event which then executes the following: dg.selectedItem = e.itemRenderer.data; This works fine