I am using the Advanced Data Grid as follows...
<mx:AdvancedDataGrid id="dg" y="53" left="0" textAlign="center" visible="true" sortExpertMode="true"
width="962" itemRollOver="setupFields(event)" keyUp="myKeyUpHandler(event);" allowMultipleSelection="true" selectionMode="multipleCells" contextMenu="{cm}" >
</mx:AdvancedDataGrid>
I am able to select multiple cells by holding down the shift key and mouse clicks and i am happy about it. however, when i click outside the selected area i expect the selected area to be unselected and the the cell where i clicked should be selected. The later is happening however the the cells that i previously selected appears still as selected to the eye, but when i just move my mouse over the selected area, the selected color just appears to be disappearing as if an eraser is erasing the color of the selected area.
I have two browsers on my windows box, one with 10.0.45.2 and the other with 10.1.82.76. I see this behavior only on the later browser. The older flash palyer works fine....
Please help....
This behavior can be observed on the flex live docs site as well.
http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_05 .html
Click on the second column of the second row, now hold down the shift key and click the the third column of third row. This should select 4 cells. Now click some cell that is not selected, i expect all the 4 cells selected previously to be unselected, but i dont see that behavior.
This can be observed on an flash player 10.1.x.x version.
Please help, as this is holding my progress at work.
yes there seems to be a problem with this.. can reproduce the bug on FB build 281688..
the bug is already logged and under investigation.. there seems to be a problem with the AdvancedDataGrid.removeIndicators() method.. looking into the issue..
will provide solutions soon..
please vote for it.. maybe this will help..
clearCellIndicators (and a couple of other methods) also have an issue. Fixing removeIndicators and clearCellIndicators fixed most of the issues.
See http://bugs.adobe.com/jira/browse/FLEXDMV-2475 for fixes.
North America
Europe, Middle East and Africa
Asia Pacific