I have datagrid, with only one column, which its dataProvider is an array that contains strings, So, i have no value to set at the dataField property.
In this case i have no problem to display this array, but, the problem starts when i am trying to edit the array values. The application crushs in DataGrid.itemEditorItemEditEndHandler, when trying to access data[property], because there is no property(the property value equals to null). Does any body have solution?

