tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Fix dirty-cell not being set and console error when saving using latest jQuery #972

Closed jrround closed 3 years ago

jrround commented 3 years ago

Fixes for the following two bugs:

Dirty-cell not being set on cells changed inline, causing getChangedCells to not return data other than row ids.

Getting console error "hasOwnProperty is not a function" when saving data from an edit form using the latest jQuery

tonytomov commented 3 years ago

Thank you very much