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
40
When expander is clicked, move parent record up
posted

Hello,

I have a grid.  Currently each band[0] has 1 record in it's band[1].  The problem i am trying to solve is if i expand the bottom record in the grid, the child row expands off screen.  Is there a way bring the rows up to display the expanded rows?

Parents
  • 21795
    Offline posted

    Hello Jeremiah,

    You can scroll to a particular row in UltraGrid by setting the FirstRow of the related RowScrollRegion to point to the row you need. For additional information you may check this article in our online documentation – “Scrolling a Row into View”.

    Please let me know if any additional questions arise.

Reply Children