I'm working with the Kendo UI batch editor in Chrome. When a user hits the tab key to navigate to the next cell, the page is hijacked and automatically does a page down action to scroll down the page.
This can be very frustrating for our Chrome users. It does not happen in Internet Explorer 11.
The undesired functionality can be reproduced in the batch editing example here:
http://demos.telerik.com/kendo-ui/grid/editing
Any ideas on how I can prevent this from happening?