Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
Steps to reproduce:
1. Set :-
selectionMode= AdvancedDataGridBase.SINGLE_CELL;
2. Assign 'textSelectedColor' style to grid.
setStyle("textSelectedColor",0xAAAAAA)
Actual Results:
text of the selected cell is 0x0
Expected Results:
text of the selected cell should be of color 0xAAAAAA
Workaround (if any):