You need to have a DataGrid which needs to show a roll over highlight but is not selectable.
Set selectable to true and override public function isItemSelectable(data:Object) in DataGrid and return false.
selectable
true
public function isItemSelectable(data:Object)
false
RSS, XHTML, CSS