Skip to content

Datagrid Multiselect #5501

Closed Answered by David-Moreira
kyotr asked this question in Q&A
May 8, 2024 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Unfortunately we do not support explicitly changing the behaviour. This is because the multi select can both work with or without checkboxes.

You could however try

  • overriding the behavior by listening to the SelectedRowChanged or RowClicked event and clearing the SelectedRows accordingly?
  • override RowSelectable to return false on row click which will disable any internal selection logic, and select the row yourself

So hopefully there should be a few ways you can override the behavior to yield the expected result.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@David-Moreira
Comment options

Answer selected by kyotr
Comment options

You must be logged in to vote
0 replies
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