Hi guys, I created a tree using AdvancedDataGrid, I am using a paginator by splitting the datasource and loading it to the DataPorvider of the grid. The problem is that I have hierarchy that doesnt kept, because each page creates new list and some childrens loosing their parents... I would like to preserve the entire DataSource but to make the not relevant row invisible, all in the client, If I have 100 rows, and paging of 10, and the user chooses page 3, I need rows 1-29 & 31-10 invisible, Can I do it?
Thanks

