Thanks for you reply and help.
I am using this for for edit and add data. When I add a new row to the ADG I
am using a temp Object that will feet the arrayCollection as:
                       private function addRow():void{
                                datagridRow = new Object();
                                datagridRow["productID"] = 0;
                                datagridRow["productName"] = '';
                                datagridRow["jan"] = false;
                                datagridRow["feb"] = false;
                                datagridRow["price"] = 0;
                                acContracts.addItemAt(datagridRow, 
acContracts.length);
                                acContracts.refresh();
                        } 
Best,



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/ADG-with-item-renderers-tp4626p4648.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to