HTMLElements / smart-webcomponents

Web Components & Custom Elements for Professional Web Applications

Home Page:https://www.htmlelements.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery conflict with Smart.Grid

jqwidgets opened this issue · comments

Describe the bug

On click of the Filter button, a console error is thrown.

To Reproduce

Steps to reproduce the behavior:

Add jquery.js to any Grid demo.

commented

It looks like the error is thrown from the cell which is proxied but doesn't have a _properties. The error thrown is cannot read enabled of undefined which comes from this._properties['enabled'] where this is a smart-grid-cell.