I have a FlexDataGrid
with selectionMode="singleRow"
. In that grid, I have a FlexDataGridCheckBoxColumn
with radiobuttonmode="true"
.
However, if you click 'quickly' on two of the radiobuttons in the grid above, you can actually select multiple rows. This is obviously undesirable, and I am wondering if this is a bug or perhaps I have done something incorrectly.