Replies: 1 comment 1 reply
-
I don't think this is a bug. Without a select column, a click on a cell is treated as a click on a row as well. You use the select column to select a grid item (ie a row) not just a column (ie a cell). There are ways to get what you want within the See for example this altered code from the demosite Single/Multi select sample. When
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the new SelectColumn if I have an OnRowClick action, when selecting an item this also triggers. Is there a way to stop this happening so both can be used at the same time? Not sure if this is a bug?
Beta Was this translation helpful? Give feedback.
All reactions