Implement Excel-like functionality of selecting a cell, selecting the bottom right corner and then dragging down to either copy the value (string) or increment (number). This feature saves a lot of time and is the main reason we use custom Excel apps as database data entry tools. Implementing this in Kendo would allow us to migrate to the web
The feature (and many others of this class) is part of our spreadsheet widget - http://demos.telerik.com/kendo-ui/spreadsheet/index
The new spreadsheet control is nice, but there are still many functions in a grid not yet supported in the new spreadsheet control. Being able to copy and paste cells in a grid like we normally do in Excel will be wonderful. Having a better code snippet example for this will also help. Thanks so much.
I'll second that. Users love pasting into grids. If it can be edited then you should be able to paste. That is the expectation of users from my experience.