I would like to try my question again too;

FlashPro CS6, using pure .as3 code;

I have a 6 column DataGrid.

4 of the columns use the normal TextField, and they work fine.

On 2 of the columns I have set up a custom cell renderer, using the normal
* public class MyCellRenderer extends CellRenderer implements ICellRenderer *


The custom cells display their information fine,
but they do not fire *DataGridEvent.ITEM_FOCUS_IN *or
Flash Datagrid *DataGridEvent.ITEM_EDIT_BEGIN *

These columns are marked
            c4.editable = true;

What am I missing here to get these events to be fired off?

Thanks
Bill
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to