I want to use the DataGrid for entry Module in database, which includes multiple tables connected with each others through their common fields.
How can I show the given format..
ROW 1 [from table1] [respective values]
ROW 1.1 [from table 2] [respective values]
ROw 1.2 [from table 2] [respective values]
ROW 1.2.1 [from Table 3] [respective values]
This should be the look of the Data Grid and the code should be in
VB.Net.
Any Hint on this would be appreciable.
Thanking u All