While working with Kendo grid (incell), there is a strange issue under a specific scenario.
Please find the sample test application (Issue with IE11 only, chrome and firefox works great).
I have tested in IE11
Version : 11.0.9600.16476
Update Versions: 11.0.2 (KB2898785)
Here, I have entered value to the first cell and clicked tab, (technically there is a change event with synchronous ajax call).
Next focus comes on the next cell. Here, say for example I enter 123. Only 23 is entered and first entered character is lost.
Additionally, I did found that this scenario does not appear, if the ajax call is shorter than 2 seconds. It appears in case the time is 3 second or more.
One can find a code line within Home/Index.cshtml (here 3500 is basically thread.sleep time i.e 3.5 seconds)
data: JSON.stringify({ 'data': "3500" }).
Could someone guide/help here ?
Its a very critical and urgent fix.
Please find the sample test application (Issue with IE11 only, chrome and firefox works great).
I have tested in IE11
Version : 11.0.9600.16476
Update Versions: 11.0.2 (KB2898785)
Here, I have entered value to the first cell and clicked tab, (technically there is a change event with synchronous ajax call).
Next focus comes on the next cell. Here, say for example I enter 123. Only 23 is entered and first entered character is lost.
Additionally, I did found that this scenario does not appear, if the ajax call is shorter than 2 seconds. It appears in case the time is 3 second or more.
One can find a code line within Home/Index.cshtml (here 3500 is basically thread.sleep time i.e 3.5 seconds)
data: JSON.stringify({ 'data': "3500" }).
Could someone guide/help here ?
Its a very critical and urgent fix.