views:

186

answers:

0

Hi ,

I was trying to create an advanced datagrid dynamically

dataGrid.columns = gridReportColumnsArray; dataGrid.horizontalScrollPolicy ="auto"; dataGrid.dataProvider = gridReportDataArray;

since i wanted to add a footer to one of the columns i can do it using MXML by having one more column with in the desired column like the one below

How do i implement the above functionality using actionscript on the top .

Can somebody please let me know ..

Thanks, Kumar