-
Hi, I'm just wondering if there's a way to stop rows from being selectable. I can see that they get the |
Beta Was this translation helpful? Give feedback.
Answered by
stsrki
Jun 29, 2021
Replies: 1 comment 3 replies
-
Yes, there is. Use RowSelectable event, eg. RowSelectable="@((item)=>item != null && someOtherValue)" |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
elliotSMK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there is. Use RowSelectable event, eg.