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
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.
Hi Milko,
I am trying to understand RowScrollRefions.
Can you please attach a sample project with an ultragrid having 3 bands and bands[2] having more number of rows using RowScrollRefions ?
Thanks in advance