How do I maintain selection in a DataGrid when the data changes?

Posted by FigBug on Stack Overflow See other posts from Stack Overflow or by FigBug
Published on 2010-04-06T15:37:19Z Indexed on 2010/04/06 15:43 UTC
Read the original article Hit count: 243

Filed under:
|

I have a DataGrid and I set the DataProvider to my data. When my data changes the DataGrid loses the selected row and the scroll bar jumps back to the top. How do I maintain the selection and scroll position?

© Stack Overflow or respective owner

Related posts about flex

Related posts about datagrid