Open
Description
Description
Updating selection state prevents entering in Edit mode in the selected dataItem.
Plan
KendoReact Free
Steps To Reproduce
- Go to https://stackblitz.com/edit/vitejs-vite-zfsrvaet?file=src%2FNewGrid.tsx
- Click a row of the Grid to select it
- Double click a row to edit it
Result - the Grid does not enter in edit mode
Screenshots or video
No response
Actual Behavior
The Grid does not enter edit mode unless you comment the onSelectionChange logic
onSelectionChange={(event) => {
const newSelectedState = event.select;
//setNewSelection(newSelectedState);
}}
Expected Behavior
The Grid should be able to enter in edit mode even if the selection is enabled as can be seen in the old Grid API here:
https://stackblitz.com/edit/vitejs-vite-aajvsd85?file=src%2FNewGrid.tsx
Browser
Chrome
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the KendoReact package (if regression).
10.2