iam trying to create a master /detail datagridview on windows application.
my master data grid view takes the data from the collection class. i want to create a detail datagrid view which is empty and data is entered by the User(optional) that is connected to master data grid view.
for ex: if table 1 has rows like id name qty 1 cruit 100 4 brent 500 5 blossom 400
in the second table the user has to give details like
name box1 qty cruit 1 10 cruit 2 90
each row in master table may have n rows in details data grid view
is it possible to create something like this in vb.net