I'm not sure if this is a recent issue, or if it's always been there, I'd swear it was working before but maybe I'm mistaken.
If this is a known issue please disregard.
In Excel or Google sheets, if you make a rectangular selection of a range, you can edit a value, hit the TAB key, edit the next value, and the selection within the selection will move within your rectangle, allowing you to edit each cell in the range.
Currently, in the Kendo UI spreadsheet, for some reason, if you enter a value for one cell, it makes that value the value for ALL cells in the selection.
Steps to reproduce:
- Jump to one of the spreadsheet demos: http://demos.telerik.com/kendo-ui/spreadsheet/index
- Select a rectangular range.
- Type in "ABC".
- Notice all cells get changed to "ABC".
- Hit tab to edit the next cell.
- Type in "123"
- Notice all cells get changed to "123".
The issue:
Unlike Excel or Google Sheets, and this seems problematic, editing a single cell within a multi-cell range causes all cells to change to that value, rather than allowing individual cell editing via the TAB and ENTER keys.