jQWidgets Forums

jQuery UI Widgets Forums Grid Strange behavior with scroll

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Strange behavior with scroll #73675

    gusanomaly
    Participant

    Hello, I’m using the grid for show simple data, in one column I put a <input type=’text’> for user insert numeric value and get as array… this running well.

    Here the problem: when my data is up to ten rows, the grid put vertical scroll (it’s right) but when I move the scroll vertically the values inserted in the inputs disappears, all inputs change to empty.

    Somewhere person have this behavior? Any solution?
    Thanks,
    Gustav.

    Strange behavior with scroll #73684

    Dimitar
    Participant

    Hello Gustav,

    This is a normal behaviour, because cells are re-drawn each time the grid is scrolled, edited, refreshed, etc. That is why inputs in grid cells are not supported. They are supported as cell editors, though.

    Best Regards,
    Dimitar

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

    Strange behavior with scroll #73706

    gusanomaly
    Participant

    Hello Dimitar, I understand.

    Thank you for the answer.
    Gustav.

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

You must be logged in to reply to this topic.