I am using infragistic Hierarchical grid. Some parent rows has lots of child rows. While rendering those child rows, it takes long time. Can I provide paging to the child level data i.e. band(1) level data?
I want to know that this feature is updated yet or still doesnot support.
Unfortunatly the WebGrid does not currently support band-level paging, but its a great feature idea.
I would suggest submit a feature request here.
Devin
Great question, I've been wondering about this myself. I have a very similar situation where band 0 might have 100 rows in it, but band 1 might have 10,000 rows for each of the original band 0 rows. I would love to page band 1. Basically having a paged grid for each parent row.
Thanks Rumen Stankov
Actually I need paging at band level. This <Pager AllowPaging="true" PageSize="3"></Pager> is at the grid level. Can I get it inside the band region?