:: pseudo code ::
:: rave rave rave ::
 
import mx.controls.gridclasses.DataGridColumn;
var dgc:DataGridColum = new DataGridColumn("fieldName");
dgc.columnName = "fieldName";
dgc.headerText = "Pretty Field Name";
myDataGrid.addColumn(dgc);
 
 
----- Original Message -----
Sent: Sunday, December 04, 2005 5:29 PM
Subject: [flexcoders] Adding rows to a datagrid programmatically

I looked for tutorials on the labs site but could not find any. Can somebody send a code example of how to add a row to a datagrid programmatically?

 

Best regards

Ralf

 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to