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)
editable: true,
width: 650, // Minimum width to have no horizontal scrollbar
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/s8L1x6qt/
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)
I also want to point out that this happens if you check on the http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/#demos/jqxgrid/defaultfunctionality.htm I realized if you zoom in to the webpage depending on the grid (For me it was 175% for that grid on chrome) it will start selecting the row above the selection. This isn’t a problem for me but just wanted to point this out in case it is related.
PS: Also just wanted to point out these things I noticed. If you add pagination or if there is a horizontal scrollbar the issue disappears. However in my case where I am using the grid I do not want a horizontal scrollbar in my grid nor do I want to use pagination.