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?