How can I keep cell selection ON but disable the drag and copy cell values?

Tags: #<Tag:0x00007f135faa31c8> #<Tag:0x00007f135faa3088>

Hello

It would be great if you could help me out to achieve below behavior -

I need to keep cell selection ON i.e.
image

But prevent the drag that copies the cell
image

I tried disableVisualSelection under columns but no luck. FYI the cell/column is editable i.e. not readOnly

Thanks in advance!

Hi @manjushamule7

Please correct me if I’m wrong, but do you mean just to select multiple cells in a column? You can do that without any additional options by just selecting one cell and still pressing the left mouse button keep selecting in any direction you want. Just not by the autofill handle.

Sorry for the confusion.
Here don’t allow values to get repeated from one cell to another.

Just found that we can restrict it using fillHandle: false.

I should have spent a little more time before raising :expressionless:

@adrian.szymanski Thank you for your immediate response!

@manjushamule7

No worries! I’m glad that you figured it out. I’ll close this topic now, but if you would need help with anything else, feel free to open a new one.

1 Like