Created
February 9, 2011 13:21
-
-
Save edpichler/818455 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mx:DataGrid x="18" y="619" id="dataGrid" creationComplete="dataGrid_creationCompleteHandler(event)" dataProvider="{getObjetosResult.lastResult}"> | |
<mx:columns> | |
<mx:DataGridColumn headerText="otherPart" dataField="otherPart"/> | |
<mx:DataGridColumn headerText="objeto" dataField="objeto"/> | |
<mx:DataGridColumn headerText="string" dataField="string"/> | |
<mx:DataGridColumn headerText="double" dataField="double"/> | |
<mx:DataGridColumn headerText="objetos" dataField="objetos"/> | |
</mx:columns> | |
</mx:DataGrid> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment