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
685
prevent grid scroll up on first row..
posted
Hi I have a multiband grid. When grid have many row grid show vertical scroll bar. If user edit scroll down and edit a cell of the last row for example, when grid exit edit mode, grid itself scroll up on the first row. Why? How I do to disable this behavior? Thank you very much.
Parents
No Data
Reply
  • 45049
    posted

    This doesn't sound like correct behavior to me.

    My first thought is that your application may be doing something that causes the grid to scroll upward as a side effect.  Possible such causes include resetting the grid's data source, doing anything that causes a Reset notification to be set through the Windows Forms binding manager, or explicitly programmatically scrolling the grid.

    Can you provide more information as to what kind of object your grid is bound to (DataSet, custom collection, generic collection, etc.), and which of the grid's events you have handled?

Children