DataGridExtensions icon indicating copy to clipboard operation
DataGridExtensions copied to clipboard

Feature request: Excel like fill series

Open ottosson opened this issue 3 years ago • 3 comments

Would it be relevant to include a fill series (a.k.a. fill range, drag fill, fill handle) feature to this project?

Much like in Excel it would be great to be able to copy cells in a datagrid using a fill handle to drag corner of selected cells to copy the content.

image

image

ottosson avatar Nov 30 '21 09:11 ottosson

Actually in the DataGrid you just click into a cell and drag the mouse to select a rectangle. If you have an idea how to improve this, I'm happy to accept your PR.

tom-englert avatar Dec 01 '21 16:12 tom-englert

I'm sorry, my screenshots are unclear. I don't just want to select cells, I want to copy values by dragging the fill handle, like in excel: image image

ottosson avatar Dec 02 '21 07:12 ottosson

I see what you mean, duplicate selected items inside the same grid.

tom-englert avatar Dec 02 '21 15:12 tom-englert