selectable

Problem

You need to have a DataGrid which needs to show a roll over highlight but is not selectable.

Solution

Set selectable to true and override public function isItemSelectable(data:Object) in DataGrid and return false.

Search Great Flex/Flash Sites