I am integrating the Ig Tree Grid in my application. Is there a way to disable the keyboard navigation like scrolling and all other keyboard events?
Hello Jahanzaib,
You can bind to keydown event and preventDefault it.
Hi,
Can you send me a sample app with keyboard navigation is disabled using keydown events? because i am binding a keydown event but it still scrolls down to a new row can i disable the vertical scrolling of keyboard using preventDefault feature?
Hello,
There you go http://jsfiddle.net/bunuxq7f/
You can use off to disable the events.
Is it the vertical scrolling only ?
Or you want to cancel other events to ?
Hi Deyan,
Thanks for your support, but the example which you have uploaded in js fiddle have scrolling vertically using the down key, and i want to disable the vertical scrolling from keyboard down key which is not disabled in your example can you please look into it again?
Thanks,
Jahanzaib