hello there
I´m running into a strange kendo error when my code is updating the grid, but it only happens sometimes
but never after a refresh of the page only when data has been added once to the grid and then I´m getting a new datasource and adding it to the grid then this happens sometims
the probelm lies in this function:
_hideResizeHandle: function() {
this.resizeHandle && (this.resizeHandle.data("th").removeClass("k-column-active"),
this.lockedContent && !this._isMobile ? (this.resizeHandle.off(We).remove(),
this.resizeHandle = null ) : this.resizeHandle.hide())
},
I´ve attached a picture of the error