When enabling Full Row Edit (editmode: ‘selectedrow’) and Column Sorting (sortable: true) we get the follow Javascript error :
TypeError: Unable to get property ‘length’ of undefined or null reference
at each (jquery-1.11.2.js:356:3)
at _closeAll (jqx-all.js:7:1130436)
at _closeAfterClick (jqx-all.js:7:1151282)
at jQuery.event.dispatch (jquery-1.11.2.js:4667:6)
at elemData.handle (jquery-1.11.2.js:4335:5)
Repro :
- Sort on a column
- Enter edit mode by double-clicking on a row
- Click anywhere outside the grid but on the page
I’m using jqWidget 4.1.2, jQuery 1.11.2, RequireJS 2.1.15, Internet Explorer 11 (but I get the same error with Chrome), Windows 7 Pro.