DataGrid RightTap Select #3933
Unanswered
demic312
asked this question in
Questions & Help
Replies: 3 comments 2 replies
-
@zhoufang1997 can you please showcase your work (include the code) by explaining the process step by step? or attach a screen record here so we can see what steps you are applying from the beginning. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
@anawishnoff and @RBrid ⬆️ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, a repro app would be helpful here. How are you recording when a right click is received? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to write code that allows me to delete a datagrid row from right-click context menu, but right now right-click doesn't change the selected row, which I feel is kind of strange. A quick google search shows me solutions for winform datagridview based on hittestinfo to get the cell at the position of righttap relative to the datagridview, but toolkit datagrid currently doesn't have that functionality. what can I do?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions