[flexcoders] Datagrid selected value disappears on data refresh

2008-04-28 Thread flexuser1
Is there a way to keep the selected row selected when data is refreshed? The refreshed data has at least 1 column constant, the rowID assigned by the database. Is there an inbuilt property or do I have to write my own code on refresh which checks each row for the rowID and selects that row?

RE: [flexcoders] Datagrid selected value disappears on data refresh

2008-04-28 Thread Tracy Spratt
value disappears on data refresh Is there a way to keep the selected row selected when data is refreshed? The refreshed data has at least 1 column constant, the rowID assigned by the database. Is there an inbuilt property or do I have to write my own code on refresh which checks each row