You can apply only two DataGridCollumns for the necessary fields :
var xml:XML =
<data>
<firstNode>First Node</firstNode>
<secondNode>Second Node</secondNode>
<thirdsNode>Second Node</thirdsNode>
</data>
<mx:DataGrid>
<mx:columns>
<mx:DataGridColumn dataField="firstNode"
headerText="First"/>
<mx:DataGridColumn dataField="secondNode"
headerText="Second"/>
</mx:columns>
</mx:DataGrid>
On Nov 16, 1:27 pm, anilkumar katakam <[EMAIL PROTECTED]>
wrote:
> I am having datagrid.
> Am sending request through myHttpService.send() and am getting data
> that is having 4 fields but i want only 2 fields to be displayed in
> datagrid....
>
> How to make it?
>
> Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---