Yes, that worked! It's so simple it pains me for not figuring it out
sooner.

Thanks very much!

--- In flexcoders@yahoogroups.com, "Iko Knyphausen" <[EMAIL PROTECTED]> wrote:
>
> Try dataProvider.length
>
> -Iko
>
> Hi, this is a newbie question:
>
> I have a data grid that base data from a HTTPService (RSS feed), which
> loaded OK.
>
> How do I find out how many total rows are in the DataGrid? (ie.
something
> like newsFeed.items.length etc.)
>
> <mx:DataGrid x="52" y="68" width="100" height="50" id="newsFeed"
> dataProvider="{externalNewsRSS.lastResult.rss.channel.item}"
> visible="false">
> <mx:columns>
>   <mx:DataGridColumn headerText="Posts" dataField="title"
> showDataTips="true"/>
> </mx:columns>
> </mx:DataGrid>
>
> I searched documentation and forums but don't seem to find an answer.
Thanks
> for your help!
>
> Tony
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to