cesperanc@
07-19-2006, 04:40 PM
Hi...
Is it possible add columns to a datagrid using actionscript?
I'm using a datagrid to display fields of a mysql table. Everything works fine, but now I want to control the columns that are displayed because the mysql table is dynamic. For this I want to use actionscript...
I have tryed methods like datagridName.addChild(...) and datagridName.columns.push(...), but it doesn't work. Can someone help me?
Is it possible add columns to a datagrid using actionscript?
I'm using a datagrid to display fields of a mysql table. Everything works fine, but now I want to control the columns that are displayed because the mysql table is dynamic. For this I want to use actionscript...
I have tryed methods like datagridName.addChild(...) and datagridName.columns.push(...), but it doesn't work. Can someone help me?