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
Hi,
I am looking at the UnboundHierarchical webgrid and wonder if it is possible to have another child table at the same level as Books, such as
However I do not know how to bound my objects to the second child table (Journal).
rootRows[0].Children does not seem to allow access to the second child table. Any advice will be appreciated.
Thanks,
Larry
Hello Larry,
It is not possible to have 2 child at the same level. However, You can combine those child tables into one table. You can access a row in second table by using GetChildRow() method.
e.g
WebGrid1.RootTable.GetRow(0).GetChildRow(0);
Regards,Handy
Hi Handy,
Thanks for your reply. What about in the case where a ISDataSource is used (bounded)? Is that possible? I've managed to get something that is showing two child tables at the same level (attached screenshot), the export of individual child/root table works still. Is this formally supported by Intersoft WebGrid, as in multiple child tables using bounded ISDataSource?
Best Regards,
Deeply apologize for late in replying your question. After discussed with our developer teams, WebGrid supports multiple tables. You can also use it by using ISDataSource. As long as the child table has the correct relation key with the parent table. If you face a trouble when use auto retrieve hierarchical structure in WebGrid, you can also define the column structure manually.
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