Hi All,
I have a Gridview inside a Panel and i have set overflow to auto for the scroll bars to appear. I have a server side code that handles the up and down key arrows.
The problem i have is when i select rows in gridview with arrow keys my scroll bar will scroll faster then my arrow keys. I want the scroll bar to scroll with arrow keys.
Can anyone help me with:
How can i maintain the scroll bar to scroll only after it has reached certain point in gridview?
Any suggestions on this would be appreciated!
I have a Gridview inside a Panel and i have set overflow to auto for the scroll bars to appear. I have a server side code that handles the up and down key arrows.
The problem i have is when i select rows in gridview with arrow keys my scroll bar will scroll faster then my arrow keys. I want the scroll bar to scroll with arrow keys.
Can anyone help me with:
How can i maintain the scroll bar to scroll only after it has reached certain point in gridview?
Any suggestions on this would be appreciated!
Comment