If I want to have an advanceddatagrid listen to the change event with
actionscript how do I do that?

So do the actionscript equiv. of <ADG change="change(event)"/>

I have

var aGrid:AdvancedDataGrid = new AdvancedDataGrid;
                aGrid.width = 850;
                aGrid.height = 580;
                aGrid.columnWidth = 100;
                aGrid.horizontalScrollPolicy = "auto";
                
aGrid.addEventListener(AdvancedDataGridEvent.ITEM_EDIT_BEGIN,
pushForPlaySave);
                aGrid.editable = "true";

but it is not using the same event type as above

-- 
[EMAIL PROTECTED]
785-832-9154



Reply via email to