Suppose in a dataset, I have 3 tables, all has identical structure (column name and types), but different values. Lets call them A,B,C. Columnnames are (DepartmentID, DepartmentName, Parent):
These 3 table will create 3 bands, right? This is Table A:
This is table B: (child1)
This is table C: (Child2)
Relations are created based on parent's "DepertmentId" column and Child's "Parent" column for both cases. But when I've set the datasource for ultragrid, (this.uxStatisticWebGrid.DatasetAsDataSource=.....) only 2 bands are shown. Parent band and the band that is available in the first relation (table A with table B). If I remove the first relation, only then the 2nd relation is shown (table A with table C). Why dont 2 relation with (Table A) are shown in grid at the same time? Plz help on this.
Thnx for the suggestion. We are looking into placing webgrid under row edit template as well as other controls.
My problem is that the inner grid (hierarchical) shows all columns that i dont want to display, such as the keys columns.How to solve this problem?help me please