|
:: 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 -----
From: Ralf
Rottmann
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
YAHOO! GROUPS LINKS
|
- [flexcoders] Adding rows to a datagrid programmatically Ralf Rottmann
- Re: [flexcoders] Adding rows to a datagrid program... JesterXL
- RE: [flexcoders] Adding rows to a datagrid program... Theodore E Patrick
- Re: [flexcoders] Adding rows to a datagrid program... Ralf Rottmann
- RE: [flexcoders] Adding rows to a datagrid pro... Theodore E Patrick
- RE: [flexcoders] Adding rows to a datagrid program... Theodore E Patrick

