While looking for a quick fix, I got stuck with replacing the DataGridEditor used by the DataGrid because of this:

/**
*  Create the data grid editor. Overriding this function will
*  allow the complete replacement of the data grid editor.
*/
        mx_internal function createEditor():DataGridEditor

Shouldn't this method return an IDataGridEditor?

JS

Reply via email to