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
Hi Kiran,
You would handle the events through jQuery. You can find more information on using these events from jQuery's API here.
Hi Michael,
Sure we will try to call the selectedrow event. But we are not familiar with binding Keyup and Keydown events for grid row.
Can you give us a sample to handle key up and key down events on grid rows?
It could be possible to handle this logic yourself. To achieve this, you can handle the keypress, keydown, etc. events and call the igGridSelection's selectRow and selectedRow methods to get and set the currently selected row. You may find more useful information on this in our API documentation here:
http://help.infragistics.com/jQuery/2013.2/ui.iggridselection#methods
If you have any further questions or concerns with this, please let me know.
Can we write any custom code to achieve this Up and Down arrow keys functionality with the existing IgniteUI version 20132.2364?
Our production date is very near and we do not have that much time to upgrade to latest version of IgniteUI 14.1.
Is it possible to get some custom code which I can write in my application to achieve this feature?