jQWidgets Forums

jQuery UI Widgets Forums Grid Scroll Event

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Scroll Event Posts
  • Scroll Event #67928

    DanT
    Participant

    Hi there,

    Is there any chance to subscribe to scoll events that also cover the mouse wheel (i.e. were there any updates since http://www.jqwidgets.com/community/topic/scroll-event/)?

    At the moment, I’m using the cellsrenderer to render custom input boxes to the grid. A function is listing to change events on the input boxes to update the data and refresh the grid once the user enters data (and leaves the input box).

    If the user enters something in the input box and scrolls right away, e.g. using the scroll wheel, the grid refreshes the screen using the custom cellsrenderer but using old data. So the input’s contents get reverted to the original content.

    Best regards,
    Daniel

    Scroll Event #67939

    Peter Stoev
    Keymaster

    Hi Daniel,

    Sorry, there is no such way. We do not have such event in jqxGrid. In addition, the purpose of cellsrenderer is to render only HTML Strings inside Cells. It’s not appropriate for other types of content.

    Best Regards,
    Peter Stoev

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

    Scroll Event #68032

    DanT
    Participant

    Hi Peter,

    Alright, thanks a lot anyway.

    Daniel

    Scroll Event #68129

    DanT
    Participant

    Adding to it: I eventually resolved my problem by watching out for the onblur event on my input box. It gets triggered when scrolling the grid.

    Daniel

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

You must be logged in to reply to this topic.