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
125
How to change active cell with JavaScript
posted

What is the JavaScript code to change an active cell in WebDataGrid? 

This code does not work, but it's all I could find that was anything close to what I need to do:

grid.get_behaviors().get_activation().set_activeCell(1);

Thanks!