Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
Ultragrid Row Scrolling
posted

I found the thread below which talks about the scroll bar snapping per row.

http://forums.infragistics.com/forums/p/1879/13739.aspx#13739

Is this available yet.  I find it very annoying that you can't turn of the row snapping for scrolling.  This is not how a scroll bar should work, and is a problem when the data in a row is higher than the grid itself, the information just gets chopped off at the bottom, and when clicking to scroll down a bit it just jumps to the next row.  The only way to view the additional data is to click into the cell and use the keyboard to move down.

Does anyone have a workaround for this.

 

  • 71886
    Offline posted

    Hello fruitbat,

    The vertical scrolling of the grid is row-based and not pixel-based. This might be the reason why you are getting such a behavior in your scenario.

    As a possible solution I prepared a sample in which I have the grid contained in an UltraPanel. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.

    VerticalScrollBarGrid.zip