Custom Paging and Hierarchical Data Source

1 reply. Last post: April 15, 2010 11:30 PM by Glenn Layaar
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

We use WebGrid.NET Enterprise 7.0.7200.

Our data has a hierarchical structure. As I understand from Intersoft documentation, the hierarchical structure is supported only when the WebGrid is bound to one of these types:

- System.Data.DataSet (this is what we currently use)

- Advanced Data Source Controls: XmlDataSource(partially supported) or IntersoftDataSource.


Our data can be very large in some cases and for performance reasons we need to implement the paging mechanism outside of WebGrid - our WebGrid would be bound to only one page at a time and therefore the size of its data would be limited (we would get better control over the response time and memory usage).

In order to achieve this, one option would be to enable WebGrid's Classic Paging and set the PagingLoadMode to Custom, but from what I understand from Intersoft documentation, the Custom Classic Paging is supported only when the WebGrid is bound to a DataSource Control.


Since we need both features, hierarchical structure and custom paging, we would need to bind the WebGrid to IntersoftDataSource.

My question is: if we need both features, is it correct that we have to use the IntersoftDataSource, or we could also use System.Web.UI.IHierarchicalDataSource for example?

We also need to use Custom Filtering and Custom Sorting, for the same performance reasons. What is the answer in this case?

Thanks.

All times are GMT -5. The time now is 2:23 AM.
Previous Next