jQWidgets Forums

jQuery UI Widgets Forums Grid Issue in showtoolbar

This topic contains 2 replies, has 2 voices, and was last updated by  kxtruong 10 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Issue in showtoolbar #69492

    kxtruong
    Participant

    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.

    Issue in showtoolbar #69509

    Peter Stoev
    Keymaster

    Hi kxtruong,

    We were unable to reproduce this. However, when you zoom in/out mouse behavior could be different because browsers handle it by taking into account the zooming, too.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Issue in showtoolbar #69777

    kxtruong
    Participant

    The main issue is unrelated to zooming. The main issue I want to point out is that with that jsFiddle http://jsfiddle.net/s8L1x6qt/ as soon as you make an edit in that fiddle. When you try to select multiple cells (using drag/drop) it always selects an additional row above your selection.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.