Hi I have an issue in jqxGrid when setting these options in jqxGrid. (It has to be these specific options for the issue to appear)
autowidth: true,
editable: true,
showtoolbar: true,
selectionmode: ‘multiplecellsadvanced’,
The issue appears after you edit a cell.
Now try to select a few cells by dragging. it will always select an additional cell above your selection.
i.e selecting row 3-4 column 2-3 will select row 2-4 column 2-3.
I provided a jsFiddle here.
http://jsfiddle.net/cspu4ezg/
This is with
jQWidgets v3.7.0 (2015-Feb)
jQuery Version 1.11 (I do not believe this issue is jquery specific)
Chrome (I do not believe this issue is browser specific)