I have a dataset that already has relations between two of it's tables.
Ultimately I want to set this to a WebExplorerBar so the bars are the header and I put some relation/nested data inside using the relations I've setup.
Do I have to go through the WebHierarchicalDataSource to do this?
I'm looking for some help on how to do this all in the code behind? I have my dataset with relations setup already. How do I get it assigned to the WebExplorerBar?
Thanks!
Any example will be great help from your side.
Thanks.
Hi Lisa,
Let us know if you need any additional assistance with this.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hello Lisa,
If you have a dataset with a setup relationships between the datatables it is not necessary to go through the webhierarchicaldatasource. You can assign directly your dataset as a datasource of the webexplorerbar.
Hope this helps.