jQWidgets Forums

jQuery UI Widgets Forums Grid jqxGrid Issue in showtoolbar

Tagged: 

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxGrid Issue in showtoolbar #67590

    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)
    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)

    jqxGrid Issue in showtoolbar #67609

    Peter Stoev
    Keymaster

    Hi kxtruon,

    We’ll check the selection mode. Thanks for feedback. However, I suggest you also to use only documented API. We don’t have a property called “autowidth”.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    jqxGrid Issue in showtoolbar #67691

    kxtruong
    Participant

    Oh sorry! Then this shouldn’t be an issue then since this issue since this only happens when I set a parameter autowidth to true. For some reason I thought there was a property autowidth since it seems to re-size the grid based on the column widths when I set autowidth to true. I must have thought that since there was an autoheight there was an autowidth. My fault! I’ll just calculate the grid width based on the width of the column width myself then.

    Thanks!
    Kenneth

    jqxGrid Issue in showtoolbar #67693

    kxtruong
    Participant

    After testing again I realized that there is an issue with the selection. 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. I just wanted to point this out. I don’t think this is a huge problem for me but it would definitely be nice if this can be fixed.

    Thanks!
    Kenneth

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

You must be logged in to reply to this topic.