I am having parent datagridview and child datagridview in vb.net
Consider I have 2 columns and 2 rows..
When I click 1st column,I will get child datagridview just near to this cell
(Child datagridview also has 2 rows and 2 columns where i can enter values)
When i click 2nd column,i ll get another new child datagridview near to this cell
Now if i move back to first column,values i entered are lost..How to make save entered values in popup child window