Hi.
I have created a grid with editing as described in your example here:
https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-custom/
The issue I have now is that I also have row selection enabled for the grid with a checkbox as described in this example:
https://www.telerik.com/kendo-react-ui/components/grid/selection/
My issue is now, that when the edit dialog opens for any field, and I click in a field to edit the value, the checkbox for the row selection gets activated. So the question is: How can avoid to activate the row selection when a row is in Edit mode?