How can I select all cells in an AdvancedDataGrid with ActionScript? I have
selectionMode="multipleCells" and designViewDataType="flat"
Basically I have a contextmenu and would like to add a Select All option.

Thanks