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
265
PgUp/PgDn keys in TreeGrid not working when virtualization is enabled
posted

When virtualization is enabled in TreeGrid, it seems that Page Up and Page Dn keys no longer work.

Here is the JS code snippet that I am using:

...
virtualization: true,
virtualizationMode: 'continuous'
...