We have several grids with batch editing on one page.
A user noticed if you select grid rows, then click the Cancel button for canceling edits, the selected rows are cleared.
Here's an example reproducing this issue: https://dojo.telerik.com/@joewilson0/OfiFONuF
If I set the grid to editable: false (or "inline", "incell", or "popup"), Cancel doesn't clear rows.
If I set the grid to editable: true, the Cancel button clears selected rows.
Is this expected behavior?