Hi,

is it possible to do this?
this is my code...and i get "Parse error at
'<mx:Label>'"
i guess im doing it wrong...any hint?thanks in
advance!

---------------------------------------------------------
 <mx:columns>
             <mx:DataGridColumn width="150"
headerText="header01" dataField="mydata1" />
             <mx:DataGridColumn width="350"
dataField="mydata2 and mydata3"  >                
                <mx:itemRenderer>
                  <mx:Component>
                    <mx:Label selectable="false"
width="100%"  text="{data.mydata2}" />
                    <mx:Label selectable="false"
width="100%"  text="{data.mydata3}" />
                  </mx:Component>
                </mx:itemRenderer>  
             </mx:DataGridColumn>
           </mx:columns>

---------------------------------------------------------





 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091

Reply via email to