I am using GridView
on my page, which retrieves data from SQL database.
The first column is named OK
and has a Checkbox in each row.
I want to select each check box with the help of keyboard instead of mouse.
I am using GridView
on my page, which retrieves data from SQL database.
The first column is named OK
and has a Checkbox in each row.
I want to select each check box with the help of keyboard instead of mouse.
The shortcut for toggling a checkbox is the spacebar, so as long as you have the checkbox highlighted, you can use that to check each box.
Next, check out some articles on adding GridView keyboard navigation: