PDA

View Full Version : Datagrid and replaceItemAt


DekaFlash
07-18-2005, 03:55 PM
How do I modify the actionscript so it just modifies the value of a specific cel.

At the moment it is wiping out the whole line.

var yes = {name:"Yes", value:newValue_num};
_root.statementsgrid.replaceItemAt(4, yes);

Any assistance is kindly appreciated.

Thanks