Datagrid with DataRelation
-
i have a dataset with 2 datatables link with one data relation, i had loaded the datagrid with the parent datatable, it shows the drill down button to the child table, but the problem is it only show a "link" to the childtable, i only can view the data in child table by clicking the "link", is there anyway to show the datarelation on the datagrid without the "link"?any help is greatly appreciated..
-
i have a dataset with 2 datatables link with one data relation, i had loaded the datagrid with the parent datatable, it shows the drill down button to the child table, but the problem is it only show a "link" to the childtable, i only can view the data in child table by clicking the "link", is there anyway to show the datarelation on the datagrid without the "link"?any help is greatly appreciated..
If you mean to show both parent and child data at the same time than it is not possible to do it with the DataGrid. If you need this you will have to do it yourself or look for another component.