Hi,
How do we capture/handle the keyup and keydown events on IGgrid?
Ignite UI version : 20132.2364
Virtualization : True
We cannot go to any newer version of infragistics because of strict project deadline.
Please let us know with the version of grid mentioned above and virtualization enabled, how can we capture the keyboard keyup and keydown events on grid rows?
Thanks
Kiran
Hello Martin,
We are using IE11 and Chrome browser for testing.
Steps followed are straight forward just click on first row in the grid and press key down and reach to row with product id 331. after that when u press key down its not going to next row.
Same observation we have on both the browsers.
Thanks,
Hello Kiran,
That's strange. What is the browser you're testing with? Also what are the steps that you do to reproduce this? Can you check the browser error console and see whether there is an error.
Thanks in advance,Martin PavlovInfragistics, Inc.
Hi Martin,
Even after specifying the virtualScrollTo method, it is not working as expected. The sample you have attached above still stops at 331 product id.
When you have virtualization enabled the DOM rows are recycled, so you have to also call virtualScrollTo method in order to load the next chunk of data into the grid.
I'm attaching a modified sample.
Hope this helps,Martin PavlovInfragistics, Inc.
Can you please provide your updates on the issue mentioned above?