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

  • SEARCH
  • Home
  • 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 4029936
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T11:24:30+00:00 2026-05-20T11:24:30+00:00

i have a grouped AdvancedDatagrid. It looks like… dataProvider – GroupingCollection2 – Grouping –

  • 0

i have a grouped AdvancedDatagrid. It looks like…

dataProvider – GroupingCollection2 – Grouping – GroupingField – summaries – summaryRow – fields.
Sorry for the strage Codefragemt. I try everything to paste a litte bit mxml-Code. But i fail…

And a AdvancedDataGrid Column with a long long description. I want to show a DataTip. In the grouped headline, the DataTip shows [Object][Object]. In the expanded lines, the DataTip works fine.

I assume, what I need is a DataTipFunction to fix this. In this function, i will receive a object (AdvancedDataGridColumn). But how can i reference to the data of the highlighted line? And how can i find out, if this is a groupedLine or an expanded?

Thank you for reading it
Frank

  • 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-20T11:24:31+00:00Added an answer on May 20, 2026 at 11:24 am

    In Adobe Document, it says that the DataTipFunction will look like this:

      private function tipFunc(value:Object):String
      {
          if (value is AdvancedDataGridColumn)
              return "Column Name";
    
          // Use the 'name' property of the data provider element.
          return "Name: " + value["name"];
      }
    

    show the object you received could be an AdvancedDataGridColumn when user’s mouse is over the Column Header, and while moving the mouse over a row in datagrid, the function will receive an Object that is the data item in dataProvider.

    when you use grouping, the value item you received will contain a sub-item called ‘children’, so you can depend on that to determind whether it’s an expanded leaf node or grouped node.

    so you function could be:

      private function tipFunc(value:Object):String
      {
          if (value is AdvancedDataGridColumn)
              // return dataTip you want to show for column header
              return "Column Name";
          if(value.hasOwnProperty('children'))
              // return dataTip for grouped column item
              return "Grouped Item";
    
          // return data value in this column
          return value["dataField name"];
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have multiple input text fields grouped in divs: <div class=container0> <input class=containerItem0 name=containerItem[0][0]
I have large images displayed in a grouped tableview. I would like the images
I'd like to sort a categorical variable my own way. I have grouped my
I have a grouped query, and would like to filter it based on count(*)
I have a grouped UITableView that has 3 sections. I would like to show
I have am using an mx:advanceddatagrid and I running into a problem with grouped
hi I have a grouped radio buttons (they look like normal jquery buttons when
I have a grouped tableview which I set its background like this in viewDidload;
So I have a large form and have grouped the like elements in fieldsets
I have Grouped Table View in which I want to display Contact details. But

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.