Hi,
I have three table in my dataset. I want to show these tables as a part of Band in the my WinGrid.
Please Help me to achieve this.
If i use UltraDataSource and add bands throgh wizard then it is working.
Faiz Ahmad
If your DataSet has three DataTables, then each table will represent a separate band in WinGrid. If you want data from multiple tables to be shown in the same band, then you'll need to composite that data in some way - whether using a WinDataSource or by copying the data to a separate DataSet that uses a single table per band.
Thanks,
But.. Should we have to write some code for to show 2nd table as a child table of 1st like a treeview.
Please Help