This is a migrated thread and some comments may be shown as answers.

Edge Problem - Could not edit a cell after clearing it

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Salim
Top achievements
Rank 1
Salim asked on 07 Feb 2017, 02:16 PM

I am getting a very weird problem only on Edge:

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

Sort by
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:

https://github.com/telerik/kendo-ui-core/issues/2743

Meanwhile, you may use inline 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:

http://dojo.telerik.com/aRuqu

Finally, as a token of appreciation for helping us improve our product, I have also updated your Telerik points.

Kind Regards,
Alex Hajigeorgieva
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
Tags
Grid
Asked by
Salim
Top achievements
Rank 1
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or