Description
The base implementations of DataModel does not trigger a DataModelEvent when setWrappedData is called, changing the instance.
It also should take care of the order of the instructions. If data is null it should call setRowIndex(-1) first and then _data = null.
Note this operation is very rare, but still valid.