That's what I was looking for thanks.
--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]>
wrote:
>
> You can use an e4x expression to leave off the first "row".
*Something*
> like:
>
> var xlData:XMLList = xmlData.children().(childIndex()>0);
>
>
>
> Tracy
>
>
>
> ________________________________
>
> From: [email protected]
[mailto:[EMAIL PROTECTED] On
> Behalf Of Alex Harui
> Sent: Thursday, July 17, 2008 10:50 AM
> To: [email protected]
> Subject: RE: [flexcoders] Is there a way to set the starting index
of a
> DataGrid
>
>
>
> You might be able to customize a custom collection from my blog
>
>
>
> ________________________________
>
> From: [email protected]
[mailto:[EMAIL PROTECTED] On
> Behalf Of jlopes151
> Sent: Thursday, July 17, 2008 5:51 AM
> To: [email protected]
> Subject: [flexcoders] Is there a way to set the starting index of a
> DataGrid
>
>
>
> What I want is to load data from an xml file, skipping over the
first
> node. I want to use the first node of the xml data as header info,
> were the rest of the file contians the data grid data.
>
> Thanks for any help
>