Datagrid display parent and child records (datarelation)
-
Hi Is it possible to display all child records of a datarelation and not just one at a time? I want a grid that the user doesnt have to open the child relation to see the contents, all parent and child records must be displayed. If not with the datagrid that comes with Visual Studio, any free controls that can? Thanks Izak :confused:
-
Hi Is it possible to display all child records of a datarelation and not just one at a time? I want a grid that the user doesnt have to open the child relation to see the contents, all parent and child records must be displayed. If not with the datagrid that comes with Visual Studio, any free controls that can? Thanks Izak :confused:
Have you thought of perhaps using a TreeView control?
-
Have you thought of perhaps using a TreeView control?