Hi,
When I select a row in the grid and then press on down and up arrow keys the respective row should be selected and selected change event should be fired.
Please suggest.
Thanks,
Kiran
Hello Kiran,
I have tested your sample and can reproduce the issue in version 13.2.20132.2364. I have tested also with the latest service release for 13.2 (13.2.20132.2417) and the issue is still present.
When I tested with the latest service release for IgniteUI 14.1 (14.1.20141.2692), the issue is resolved. This issue was fixed after maintenance on 13.2 completed and I would recommend upgrading to IgniteUI 14.1 or newer to resolve this issue.
If you have any further questions or concerns with this, please let me know.
Hi Michael,
The sample you shared works fine however for the version of infragistics we are using it is not working as expected.
IgniteUI Version - 20132.2364
Virtualization Enabled grid.
Attached the sample, where the up and arrow key press moves the scrollbars top and bottom but doesn't select the rows as expected by our requirement.
Could you please check with the sample attached?
You can enable the activation option of the Selection feature to enable keyboard navigation. This will set the selected row when the activated row changes and will fire the rowSelectionChanged event.
You can see an example of this in the following jsFiddle I have created:
http://jsfiddle.net/ig_mharrington/67snt0gn/