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 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

I've used JRab's example here http://supportforums.blackberry.com/t5/Tablet-OS-SDK-for-Adobe-AIR/App-specific-system-menu/td-p/693 ... to add a header menu to my
I have 2 mxml files, lets say main.mxml and child.mxml. Now lets say I
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
Please enlighten this flex noob. I have a remoteobject within my main.mxml. I can
I'm trying to load an mxml component into my main flex project. I saw
I must be making a simple mistake (new to Flex). Here is main.mxml: <?xml
I'm working on an app that, from the Main.mxml, opens one or many Window.mxml
I have 2 files: Main.mxml with application and one MyObject.as. I create the instance
I have a checkbox in a component: <s:CheckBox id=myCB_1 /> In my main.mxml I

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.