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 439959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T20:49:31+00:00 2026-05-12T20:49:31+00:00

My Main.MXML <mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml xmlns:mate=http://mate.asfusion.com/ width=100% height=100%> <mx:AdvancedDataGrid sortExpertMode=true id=baselineGrid dataProvider={dataSource} headerSeparatorSkin=mx.skins.ProgrammaticSkin headerSortSeparatorSkin=mx.skins.ProgrammaticSkin paddingLeft=30

  • 0

My Main.MXML

<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
          xmlns:mate="http://mate.asfusion.com/" width="100%" height="100%">


     <mx:AdvancedDataGrid sortExpertMode="true" id="baselineGrid" dataProvider="{dataSource}"
            headerSeparatorSkin="mx.skins.ProgrammaticSkin"
            headerSortSeparatorSkin="mx.skins.ProgrammaticSkin" paddingLeft="30" variableRowHeight="true" width="296" x="32" y="143">
 <mx:columns> 
  <mx:AdvancedDataGridColumn dataField="col2" width="100" headerText="Weightage" />
  <mx:AdvancedDataGridColumn id="baseL" dataField="col3" itemRenderer="DetailGrid" headerText="Define Baseline" width="50" />
 </mx:columns> 
</mx:AdvancedDataGrid>

</mx:Canvas>

ItemRenderer

<?xml version="1.0" encoding="utf-8"?>
<mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off">

<mx:NumberValidator id="Baseline_Val" source="{baselineRating}" required="true" 
  lowerThanMinError="This field is required."
        property="selectedIndex"
        minValue="0" />
    <mx:ComboBox prompt="Select" id="baselineRating" change="getValue()" width="100">
 <mx:String></mx:String>
 <mx:String>0</mx:String>
 <mx:String>1</mx:String>
 <mx:String>2</mx:String>
 <mx:String>3</mx:String>
 </mx:ComboBox>
</mx:HBox>

I need to send the entire datagrid columns to PHP. How to send all the values of the column 1 and column 2.

Note: COlumn 2 is an itemRenderer which has a combo box.

  • 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-12T20:49:31+00:00Added an answer on May 12, 2026 at 8:49 pm

    Convert the collection into a suitable format like xml or json and send it through URLLoader.

    var result:XML = <root/>;
    for each(var item:Object in dataSource)
    {
      //declare itemToString based on your needs.
      result.appendChild("<item>" + itemToString(item) + "</item>");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how can i pass values from my custom components back to the main.mxml? i
I have a really odd issue with an ItemRenderer. I have a main.mxml container
The main web application of my company is crying out for a nifty set
My main JavaScript framework is jQuery , so I would like my unit test
function main() { Hello(); } function Hello() { // How do you find out
The main user-case is: Create the 2D floor plan See the 3D view of
Why main must be declared as if it has external linkage? Why it should
My main browsers (FF and Chrome) are both configured for a 12 pixel font.
The main jQuery method takes a second optional argument to provide context for the
My main experience is with C && C++, so I'd prefer to remain 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.