Hello Kendo-Team,
I have the following bug with multiple Inline Editing Grids using Internet Explorer 8. The bug only occurs in native IE8. It does not occur if you simulate (via the IE Developers Toolbars) IE8 behavior in IE versions > 8. So to reproduce this bug, you need IE 8.
I think the problem is a timing problem. If you edit a cell in the first grid, and then click into a cell of the second grid (or create a new row in the second grid), the EditorTemplate for the second grid cell is not completly initialized and the binding does not work. See screenshot #1 (IE8_MultipleGrids_Bug.png).
If you first leave the edit mode of the first grid (for example, by clicking outside the grid) and then click into the cell of the second grid then it works without any errors. See screenshot #2 (IE8_MultipleGrids_Working.png)
So I assume, the problem is, that the first grid is still in editing mode, when the second grid switches to editing mode. You can notice that wrong behavior only in IE 8.
One funny (or weird) thing I noticed while testing, if you have multiple grids, and you click from the most bottom grid in one of the top grids it works, but it does not work if you click from the top grid to grids below...
Can you please help me on that bug. It is a very critical bug for our clients. Any ideas or workarounds?
Thanks.
I have the following bug with multiple Inline Editing Grids using Internet Explorer 8. The bug only occurs in native IE8. It does not occur if you simulate (via the IE Developers Toolbars) IE8 behavior in IE versions > 8. So to reproduce this bug, you need IE 8.
I think the problem is a timing problem. If you edit a cell in the first grid, and then click into a cell of the second grid (or create a new row in the second grid), the EditorTemplate for the second grid cell is not completly initialized and the binding does not work. See screenshot #1 (IE8_MultipleGrids_Bug.png).
If you first leave the edit mode of the first grid (for example, by clicking outside the grid) and then click into the cell of the second grid then it works without any errors. See screenshot #2 (IE8_MultipleGrids_Working.png)
So I assume, the problem is, that the first grid is still in editing mode, when the second grid switches to editing mode. You can notice that wrong behavior only in IE 8.
One funny (or weird) thing I noticed while testing, if you have multiple grids, and you click from the most bottom grid in one of the top grids it works, but it does not work if you click from the top grid to grids below...
Can you please help me on that bug. It is a very critical bug for our clients. Any ideas or workarounds?
Thanks.