/** * 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
/** * 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