iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname