RE: [flexcoders] DataGrid highlight issues

2009-05-20 Thread Jake Churchill
: Tuesday, May 19, 2009 8:06 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid highlight issues Try setting selectedIndex=-1 before you reset it to the correct values. Maybe it thinks certain rows already are drawn? You can set a breakpoint in drawSelectionIndicator to see

[flexcoders] DataGrid highlight issues

2009-05-19 Thread Jake Churchill
I have a simple datagrid with double clicking enabled. Double clicking runs a long process of getting a bunch of data. The datagrid itself is not affected by any of the data changes. After the process is done, it is impossible to select an item in the datagrid. The selectedIndex and

RE: [flexcoders] DataGrid highlight issues

2009-05-19 Thread Alex Harui
://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jake Churchill Sent: Tuesday, May 19, 2009 1:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid highlight issues I have a simple datagrid with double clicking enabled. Double