RE: [flexcoders] Manually setting selected row in DataGrid

2006-02-28 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: [flexcoders] Manually setting selected row in DataGrid Hi, In my application, when a user clicks on a row in a DataGrid, the "onCellPress" event is caught and a roundtrip to the server is triggered. Upon returning from the server, I would like t

[flexcoders] Manually setting selected row in DataGrid

2006-02-28 Thread feuille76
Hi, In my application, when a user clicks on a row in a DataGrid, the "onCellPress" event is caught and a roundtrip to the server is triggered. Upon returning from the server, I would like to manually set the selected row when the DataGrid is reloaded. Is it possible? I have tried setting t