Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
UltrawebGrid Hierarchical view problem: Showing only the first relation for multiple tables
posted

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.

Parents Reply Children
No Data