Hi guys,
Got to be in AS3
I need a datagrid, already on stage...
Actionscript Code:var mmm:Array = [
{label: "hi", data:'1'},
{label: "good", data:'2},
{label: "yes", data:'3'},
{label: "boo", data:'4'},
];
myGrid.dataProvider = new DataProvider(mmm);
Then i would like to be able to do something like this (or any way possible):
setGridColor("row no. e.g. '2'"), "#33FF00");
And change the full row to a certain color.
Anyone?
Let me know the price - sent via paypal. Cheers.
Many thanks!




Reply With Quote