Hi, I need to build a grid with single selection.
I started by the example on https://www.telerik.com/kendo-react-ui/components/grid/selection/
So, I noticed that if the grid has the single selection mode, when a row is selected I cannot unselect it: I can only select another row.
I would like to obtain this: when I click on a row it will be selected if is unselected, and it will be unselected if is selected.
This is my custom solution:
https://stackblitz.com/edit/react-mbwdnz?file=app%2Fmain.jsx
So, is there a better way to obtain the same?
Thank you