1
votes

Could we do multiple range selection like in DataGrid of Gmail?

In standard, flex DataGrid does not support this. All the selected items in the previous range will be discarded if we select another range of rows (with Shift key pressed).

Thanks,

1
Maybe we shold subclass DataGrid and override selectItem() function in which the old selectedItems will be merged to the new range (need to use an Array merging function).Alan

1 Answers

0
votes

Use the property :allowMultipleSelection="true"