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
1660
How to add vertical scroll in untragrid Bands[2] ?
posted

Hi,

I have an ultragrid with three bands (added relation).

Bands[2] is having 1400 rows.

When I expand Band[2] all the 1400 rows are shown without vertical scroll.

I would like to have a vertical scroll in Band[2] itself and it should show only 10 records in the visible region.

A solution for this is much appreciated.

Thanks

Parents
No Data
Reply
  • 21795
    Offline posted

    Hello Thangachan,

    Thank you for posting in our form.

    Right now UltraGrid does not supports per band scrollbars. One possible workaround is to use RowScrollRefions in your application. This will allow the end user to scroll different parts of the grid simultaneously.

    Please let me know if you have any additional questions about this matter.

Children