jQWidgets Forums

jQuery UI Widgets Forums Grid Number inpu on Grid

This topic contains 2 replies, has 2 voices, and was last updated by  Hristo 7 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Number inpu on Grid #94694

    gusanomaly
    Participant

    Hello, i’m using jqxgrid with jqxnumberinput (editable) in cells and also i’ve pinned columns with simple text.

    I have this strange behavior: when I put the cursor on focus in an any jqxnumberinput and scroll to left direction, this numberinput (on focus) put on front to columns pinned.

    I’m trying to use many options of styles and fix some parts but broke others…

    Any help, I’ll be very gratefull.

    Best regards,
    Gustav.

    Number inpu on Grid #94695

    gusanomaly
    Participant

    Auto respond… after to try several options of css styles, this is a possible solution (fixed for me):

    <style>
    .jqx-grid-cell-pinned{
    position: absolute !important;
    z-index: 1000000 !important;
    }

    .jqx-numberinput{
    position: relative !important;
    float: left !important;
    }
    </style>

    See you!
    Gustav.

    Number inpu on Grid #94734

    Hristo
    Participant

    Hello Gustav,

    Thank you for the interest.
    It is normal behavior when you click on the left or right to change focus on neighbor cell otherwise if you want to continue editing of the next cell should press ‘Tab’ key and edit previous cell press ‘Shift + Tab’.
    Could you provide us an example that demonstrates this issue if it is possible and more details?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.