Hi,
When Home and End is pressed in UltraWingrid,cursor goes to the top record and to bottom record respectively and Page Up and page down key perform scrolling operation in the ultrawingrid but the same thing doesn’t happen in web infragistics.
You could capture the keypress client-side in the EditKeyDownHandler (CSOM) of the grid and move around based upon the event.keyCode value.
Hello,
If your question is about UltraWebGrid, gernblandston is right. You can use client side event KeyDownHandler of ClientSideEvents tag.
Thanks.