Hi, I'm trying to combine many functionality on kendo react data grid.
I want to allow multiselect, custom cell, custom menu filter, contextual menu and double click managing.
I tried like in following project:
https://stackblitz.com/edit/react-tcu25m
I started from following examples:
https://stackblitz.com/edit/react-7mz85d (double click managing)
https://stackblitz.com/edit/react-fx9xkl (multiselect)
But, combining the 2 way the double click fires only sometimes. Maybe because the click was consumed by selection?
How can I get all my needs?