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