1. Open the following site on Edge: http://dojo.telerik.com/emONo/2
2. clear the first cell "Jane Doe" and click enter
3. Click on the same cell. You will not be able to edit it unless you double click on it
1 Answer, 1 is accepted
0
Alex Hajigeorgieva
Telerik team
answered on 09 Feb 2017, 08:23 AM
Hello Salim,
Thank you for bringing this to our attention.
I believe that this behaviour has something to do with the mousedown event in Edge in combination with the navigatable functionality. I have logged this as an issue and you may follow its progress at:
Meanwhile, you may useinline editable mode with no extra coding. Alternatively, to continue using "" edit mode, add an event listener to the click event of the <td> elements and call the editCell()method of the Kendo UI Grid. I have created a sample code snippet to get you started: