using kendo version 2015.3.1111 (limitation to this version due to other maximum targets of system)
I've noticed using the kendo Grid that the below element is added to the DOM for each column (note the positioning is different per column):
<
div
class
=
"cover"
style
=
"left: 47px; top: 1932.15px; width: 90px; height: 30px; position: absolute;"
>
On edit and save/cancel of a row this element is duplicated again and again. I noticed the issue as I hide an element on the main page when i hit edit in the grid and the positioning then changed and the hover/clickable area of the button was not on top of the button.
Note that if i override the style with display: none i fix the clicking issue without any noticeable side-effects however the DOM is still polluted with these numerous div elements.
Can anyone provide some insight and/or a resolution to remove these elements?