In 2013.2 iggrid how can the scrolling of the grid be done with up and down key arrows when virtualization is enabled in continuous mode.
Also we need the selections to happen using shift along with up and down key combinations.
Thanks,
Kiran Kumar L
Hi Kiran Kumar,
Thank you for posting on our forums.
When virtualization is enabled for the igGrid, the scrollbar is rendered in a separate container. For this reason, it is required to provide the scrollbar with focus (By clicking the thumb), to enable scrolling with arrow keys.
Note, during my investigation of this feature, I noticed some inconsistent behavior with this across different browsers. For this reason, I have logged work item 181018 for this and will be sure to update this thread with additional information when it becomes available.
Regarding scrolling through rows while selection is enabled, this is not a supported feature for the igGrid. I recommend submitting a new product idea using http://ideas.infragistics.com. The Product Idea site puts you in the driver’s seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Please let me know if you have additional questions regarding this matter.
Hi Jose,
Thanks for the workaround suggested. ("it is required to provide the scrollbar with focus (By clicking the thumb), to enable scrolling with arrow keys.")
However this workaround does not work in IE 11 browser. In IE 11 even the clicking on thumb of the scroll with mouse also does not work.
We are making use of 2013.2 version of iggrids with virtualization enabled in continuous mode.
We are told that there is a new version of 2013.2 being released on Oct 10. Can you please include the fix for this in that release.
Thank you for the update.
I was able to achieve this using the igGrid Virtualization sample available on our IgniteUI website:http://www.igniteui.com/grid/virtualization-fixed
Also, regarding issue 181018, the fix is currently accessible by downloading the latest service release for IgniteUI 13.2 and newer. Please download the latest service release using the steps provided in the following post:http://ko.infragistics.com/community/forums/t/29398.aspx
The 13.2.20132.2364 service release fixes the scroll bar issue.