Hi list,

        If anyone have the slightest idea, here's my problem:
        One of the columns in my DataGrid must be editable.
        Therefore:
        //code

        myDataGrid.editable = true
        firstColumn = myDataGrid.getColumnAt(0)
        firstColumn.editable = true;

        //end of code

        Until here, everything works fine...
        When I click any of the first column cells, it becomes editable, and a 
an
editable textField appears above the cell. At this moment I can edit the
initial value of the cell but I need to also modify the correspondent
dataProvider entry.

        Does anyone know HOW CAN I GET A REFERENCE to that TEXTFIELD, so as to
capture its value, after eventually I would have modified its value???

Thanks,
Iuliu



_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to