<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" viewSourceURL="srcview/index.html">
    
    <mx:DataGrid x="58" y="151" width="311" height="300" showResizeHandles="true" showDragBar="true">
        <mx:columns>
            <mx:DataGridColumn headerText="Column 1" dataField="col1"/>
            <mx:DataGridColumn headerText="Column 2" dataField="col2"/>
            <mx:DataGridColumn headerText="Column 3" dataField="col3"/>
        </mx:columns>
    </mx:DataGrid>
    
    <mx:Panel x="415" y="53" width="250" height="200" showResizeHandles="true" showDragBar="true" />
    
</mx:Application>