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
50
Fixed Rows scroll
posted

In my ultragrid there are only 15 visible rows, above that it will have scroll.
If i pin 15 rows in the grid, i can no longer see or pin any more rows in the grid even the grid has scroll.
but it has to allow more number of rows has to be pin.
It is very urgent requirement for me.
Any other solution to fix this issue.

Thanks,

  • 469350
    Offline posted

    Based on this post and your other post where you are asking for the ability to drag the FixedRowSeparator, I am wondering if FixedRows is what you are really want here. 

    Everything your describing here is the behavior of RowScrollRegions. RowScrollRegions allows the user to "split" the viewable area into regions so they can scroll independently have two different views of rows that are not necessarily contiguous. The rows are not "fixed", but rather divided into sections. 

    I have attached a sample here that show how to create RowScrollRegions in code, but it's worth noting that unless you turned them off, the user can create RowScrollRegions by default simply by dragging the splitter in the top right corner of the grid just above the vertical scroll bar. 


    2845.MemDataTable CS.zip

  • 1700
    Offline posted

    Hello,

    Since you are pinning the maximum number of rows that can fit into the grid without scrolling, it is normal to no be able to see the other rows of the grid since the pinned rows are occupying the whole visual space on the grid. A way to solve your issue is to consider the amount of fixed rows or the actual size of the grid.

    Please let me know if you need any further assistance.

    Sincerely,

    Ivan Kitanov