Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3391624
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:49:26+00:00 2026-05-18T03:49:26+00:00

I need to loop through an AdvancedDataGrid’s tree. Can anyone explain me some things?

  • 0

I need to loop through an AdvancedDataGrid’s tree. Can anyone explain me some things?

This is my code:

var adg : AdvancedDataGrid;

var dp : GroupingCollection2 = adg.dataProvider;
var cursor:IViewCursor=dp.createCursor();

Now my issue is that I don’t know how to access my objects from here. My AdvancedDataGrid has as dataprovider an GroupingCollection2 that has an XML as source, and also is grouped by “Project_Name” field from XML.

Any advice?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T03:49:27+00:00Added an answer on May 18, 2026 at 3:49 am

    something like this?

    var dp:Object=MyDG.dataProvider;
    var cursor:IViewCursor=dp.createCursor();
    
    while( !cursor.afterLast )
    {
    // Access each column field like: cursor.current.MyFieldName
    trace(cursor.current.MyFieldName);
    // Obviously don't forget to move to next row:
    cursor.moveNext();
    }
    

    source

    This might also be useful: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/collections/IViewCursor.html

    This example could also be useful: http://blog.flexexamples.com/2008/04/15/creating-a-view-cursor-on-an-arraycollection-in-flex/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to loop through all the matches in say the following string: <a
A friend was in need of an algorithm that would let him loop through
I need to loop through an array and for each element create a textfield.
I need to loop through a set of 2-dimensional array of hidden input fields
I need to loop through a div full of an unknown number of checkboxes
I need to loop through all table elements, somewhere keeping an index and then
I need to loop through the properties of a custom object type that I'm
i need to loop through all the nodes in the xml document and append
in my app I need loop through all my entities in Core Data and
I need to loop through all checkboxes that are inside a div tag with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.