Skip to content

The row selection is interrupted randomly #1537

Answered by ghiscoding
pettmatt asked this question in Q&A
Discussion options

You must be logged in to vote

I already mentioned that I can limit the prevent drag to the Ctrl key only (and Meta key for Mac) if you want, so that you can still keep using Shift the same as before. By preventing Ctrl key this will still solve the original issue. I would suggest that you take a look at the new PR #1538 to understand how it works. I'm adding a new grid option preventDragFromKeys to make it configurable, so if you wish to remove all keys then you would configure it to gridOptions = { preventDragFromKeys: [] } and that would remove all key restrictions (but that would bring back the issue). As per your comment, I have changed the default to be preventDragFromKeys: ['ctrlKey', 'metaKey'] and since it's c…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
5 replies
@pettmatt
Comment options

@ghiscoding
Comment options

@ghiscoding
Comment options

@capacic
Comment options

@ghiscoding
Comment options

Comment options

You must be logged in to vote
5 replies
@capacic
Comment options

@ghiscoding
Comment options

@capacic
Comment options

@ghiscoding
Comment options

Answer selected by ghiscoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants