I have a hierarchical web grid. The child bands some time are a littl large. How can I either put pagin on them or a vertical scroll bar.
Thanks
Hi mland,
If you set a Height attribute on the Band object, it will get a scroll bar within the child grid if the data is too much.
To turn on paging, either add it to the parent band and set EnableInheritance="true" or add it to the behaviors collection of the band of interest.
regards,David Young