Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Create a DataGrid in mxml
2. Dynamically add data to dataGrid
3. Try to select any row other than the last
Actual Results:
The last row stays selected
Expected Results:
The clicked row must be selected
Workaround (if any):
Creating a simple class SimpleLink and using that in the dataProvider seems to work