Style Setting for Drag Border

Hi there @aleksandra_budnik

Whats the terminology in Handsongrid for when you grab the “grabber” (bottom right) of a cell and drag it out to replicate cell contents across a range?

The default color for the border that is spawned when the drag operation is in play is red. Where is the style option for changing that?

Thanks so much!!

When we talk about hooks then it’s the corner :stuck_out_tongue: . We have two hooks that are triggered for these elements.

afterOnCellCornerDblClick
afterOnCellCornerMouseDown

It’s also the class in the CSS

Here’s https://jsfiddle.net/handsoncode/tpog2f06/ an example when I make it round and red. It can be only done by manipulating the object’s CSS (there’s no API for this one).

1 Like

Awesome - thanks @aleksandra_budnik