I have a Vuejs 3.2 application with ej2-vue-grids 20.2.36, and I my grid has a checkbox selection. That works so far, I have to explicitly check the box to select a row, clicking somewhere else doesn't do anything.
Now when I add a context menu, I have the problem that when I right click on a row, the menu opens, but the row also gets selected, which is not what I want. How can I prevent that?