EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: MB34 on July 07, 2016, 06:41:47 AM



Title: jQuery error when using DataGrid and DataGridView
Post by: MB34 on July 07, 2016, 06:41:47 AM
For some reason, I'm getting this error using the DataGridView and DataGrid together. This works perfectly in anotehr application. Using jQuery v2.2.2

Code:
jquery.min.js:3 Uncaught TypeError: ((n.event.special[g.origType] || (intermediate value)).handle || g.handler).apply is not a function
This happens when I clicking the Save button after editing the record in the DataGridView.

Any ideas?