Replies: 1 comment
-
Maybe using event.stopPropagation() in button's onClick handler? onClick={(event) => { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a v9 datagrid (multiselection enabled), with a button in a cell. When I click on the button, row will be selected. Any sample how to prevent row selection when clicking on the button? I found a way with Table, but not sure if this is possible with Datagrid.
Beta Was this translation helpful? Give feedback.
All reactions