tonytomov / jqGrid

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

InlineEdit on null value #954

Closed microcipu closed 4 years ago

microcipu commented 4 years ago

https://github.com/tonytomov/jqGrid/blob/0e68781e95360a8d31dd7bf51b9d4e4b5ebe28b9/js/grid.inlinedit.js#L99

When trying to edit a null line this validation breaks tmp.length===1 && tmp.charCodeAt(0)===160 pls add tmp !== null

tonytomov commented 4 years ago

Can you please post demo on which case you get "pure" null? Thank you