Hi Lavanya,
Sorry for not being clear.
By non-sequential rows, I meant the ability of the user to select rows in any order. For example the user may want to select the second, third and fifth row in a table of five rows OR he may want to select the first, third and fifth row OR the first, fourth and fifth row, and so on.
This can be achieved by using the <CTRL> key and the mouse. The user holds the <CTRL> key and makes whatever selection he wants using the mouse. I want to provide the same feature using the keyboard keys only, without the use of the mouse.
If he wants to select sequential rows, this can be done using the keys only: select the first row to be selected using the down arrow key. Then hold the <SHIFT> key and keep using the down arrow key until you reach the last row that needs to be selected.
How can the selection of non-sequential rows be done using the keys only.
Thanks,