3

The tab key changes the focus in a grid to the next element. How do I get the up/down/left/right arrow keys to work also?

Bartek Banachewicz
  • 38,596
  • 7
  • 91
  • 135
b1g3ar5
  • 53
  • 2
  • 4

1 Answers1

2

it simple you first identify the arrow key value and write code onKeyPress and check value of key and write appropriate code and let me know what happen.

Aniket
  • 173
  • 12