P
PawelR
Hello group,
I my apps I have two dataGrids - dgParent, dgChild to show rows from two
tables. Tables are relations one to more in dataBase.
I use sqlDataAdater (sdaParent, sdaChild) to fill myDS.
DataSource in dgParent I have set myDS.Tables["Parent"] (for dgChild
myDS.Tables["Child"]);
My questions:
How show in dgChild only rows where show only child for parent selected
in dgParent?
Which event us (double click, leave etc.)?
Maybe someone have any sample with resolving this problem.
Pawe³
I my apps I have two dataGrids - dgParent, dgChild to show rows from two
tables. Tables are relations one to more in dataBase.
I use sqlDataAdater (sdaParent, sdaChild) to fill myDS.
DataSource in dgParent I have set myDS.Tables["Parent"] (for dgChild
myDS.Tables["Child"]);
My questions:
How show in dgChild only rows where show only child for parent selected
in dgParent?
Which event us (double click, leave etc.)?
Maybe someone have any sample with resolving this problem.
Pawe³