Description:
If the IsReadOnly property is changed during an active edit operation, the editing operation is not aborted.
Steps to Reproduce:
In the "Editing" sample:
- Disable "is readonly"
- Start to edit some cell
- Enable "is readonly"
The edit operation is still active
Expected behavior:
Whenever the IsReadOnly state is changed to true, an existing edit should be cancelled.
Screenshots:

Description:
If the IsReadOnly property is changed during an active edit operation, the editing operation is not aborted.
Steps to Reproduce:
In the "Editing" sample:
The edit operation is still active
Expected behavior:
Whenever the IsReadOnly state is changed to true, an existing edit should be cancelled.
Screenshots: