Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
255
Autoscroll Issue
posted

Hello again,

We have the following issue. We want to perform an action when a user Doubleclicks a row. To achieve this we have implemented the Mousedoubleclick event  to get the Activerecord. Unfortunately when we have so many records that a scrollbar appears and the user selects the last displayed record(the one at the bottom)  the grid automatically scrolls down and brings the following 2 records into view.

 

I believe this is an intended feature of the grid. Unfortunately doubleclick on the last records results into an unwanted behaviour. The following happens. In the split second between the first and second click the grid scrolls up and the last record and activerecord change to the now visible row and our doubleclick event fires for a record the user did not intend to select.

Is there any way to prevent this automatic scrolling?

 

Regards

 

stef

 

 

Parents Reply Children
No Data