jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Control jqxGrid scrollbar Control jqxGrid scrollbar #74024

    Swagdiar
    Participant

    Nevermind. You can delete this post.

    in reply to: Data panel moving offscreen Data panel moving offscreen #73825

    Swagdiar
    Participant

    I was able to replicate the issue in jsfiddle. http://jsfiddle.net/j8JUh/204/

    Steps:
    1. Scroll all the way to the right.
    2. Click in the filter of the right most column.
    3. Type something to activate the filter.
    4. Scroll all the way to the left.
    5. Hit backspace a few times (to delete what was in the filter all the way to the right offscreen)
    6. You will now see the columns glitch. The right most column is appearing in the middle of the screen and if you scroll to the right, you will see nothing.

    If you click on some elements, like the filters, it seems to bounce back into the right position. However, for my project, it is not returning to the proper position.

    I’ve included a screenshot of what the glitch looks like me. You can find them here: http://i.imgur.com/GwB41ru.png

    It seems to be caused by this line (line #18): $("#jqxgrid").jqxGrid('updatebounddata', 'filter');

    Is there a solution for this?

    in reply to: Data panel moving offscreen Data panel moving offscreen #73815

    Swagdiar
    Participant

    I am not able to replicate the issue in a mockup. The property enablecolumnsvirtualization did not seem to have any effect.

    The jqxgrid appears to shift offscreen because it thinks the window boundary is out there. Is there a way to adjust a property to recheck window boundaries? Maybe suggest something similar?


    Swagdiar
    Participant

    Thanks, Ivailo. However, I do not see that demo using custom filter operators. How would I go about implementing them? Is it even supported?

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