views:

45

answers:

0

Hey, I was wondering if it is possible to create a new page in the databind process. I need pages that a different sizes. A new page should be created each time a particular object is bound. If not, I would def be open to some suggestions on a way to attack this issue.

Thanks!

Edit: I am trying to add paging to my datagrid. This datagrid stores hierarchical data. So the top row has several children rows that need to go beneath it. When a new top row type is going to be added I want to make a new page. This way all related rows will be displayed on the same page. So, I think the tricky part might be making pages with varying sizes.