This question is locked. New answers and comments are not allowed.
I enjoy the blog posts and forum examples both from Telerik employees and their customers, and was wondering if there are any examples of the following for the RadGrid:
Autofill functionality: In Excel, a user can select a cell. The cell will then show a small box in the bottom-right corner. Dragging that box onto other cells will auto-fill (flood-fill) the value of the orginal cell. I imagine this can be done with a custom cell style and some mouse/drag events, but thought a blog or forum post demonstrating this would be excellent.
Multi-row selection when Cell SelectionMode = SelectionMode.Extended: When the grid's selectionMode is Extended, the user can select a range of cells, but not a range of entire rows. I also imagine this could be accomplished by hooking into mouse events on the row header cells and programatically selecting all the cells for the rows that should be selected.
Telerik, are there any blog posts for these, or could we get some, since a lot of users could gain value? Other customers, have you done anything like this?
Autofill functionality: In Excel, a user can select a cell. The cell will then show a small box in the bottom-right corner. Dragging that box onto other cells will auto-fill (flood-fill) the value of the orginal cell. I imagine this can be done with a custom cell style and some mouse/drag events, but thought a blog or forum post demonstrating this would be excellent.
Multi-row selection when Cell SelectionMode = SelectionMode.Extended: When the grid's selectionMode is Extended, the user can select a range of cells, but not a range of entire rows. I also imagine this could be accomplished by hooking into mouse events on the row header cells and programatically selecting all the cells for the rows that should be selected.
Telerik, are there any blog posts for these, or could we get some, since a lot of users could gain value? Other customers, have you done anything like this?