Hi,
I have a question about the generation of nested GridViews. I have found an article here where the GridView reads tables from a DB and generates the hierarchy automatically.
Is there a way to do the same in WPF with the help of the binding properties?
I have already tried to do this but the nested GridView every time shows the whole table from the DB and not only the rows that have as foreign key the ID of the parent row.
I hope my explanations are understandable and thanks in advance
Walter
I have a question about the generation of nested GridViews. I have found an article here where the GridView reads tables from a DB and generates the hierarchy automatically.
Is there a way to do the same in WPF with the help of the binding properties?
I have already tried to do this but the nested GridView every time shows the whole table from the DB and not only the rows that have as foreign key the ID of the parent row.
I hope my explanations are understandable and thanks in advance
Walter