Gridview Scrollbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madhurisajja
    New Member
    • Dec 2007
    • 1

    Gridview Scrollbar

    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!
  • GnosticBob
    New Member
    • Dec 2007
    • 3

    #2
    Originally posted by madhurisajja
    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 would say your best chance is easiest done with turning rows to visible = false where you don't want them seen anymore. I do it with columns. it should work normally

    Comment

    Working...