Datagrid within another Grid
hi ,
Anybody pls tell me how to add a grid inside another datagrid in VB.NET.When i select any cell in the datagrid the sub grid must be opened just below the row with 2 or more columns of values.From that i can fill value for my main grid's row.
Can i open a vb.net datagrid with a number of rows and columns without binding to any datasource?
Anyone please let me know solution.
sanjays
Re: Datagrid within another Grid
Quote:
Originally posted by sanjays
hi ,
Anybody pls tell me how to add a grid inside another datagrid in VB.NET.When i select any cell in the datagrid the sub grid must be opened just below the row with 2 or more columns of values.From that i can fill value for my main grid's row.
Can i open a vb.net datagrid with a number of rows and columns without binding to any datasource?
Anyone please let me know solution.
sanjays
////////////
i got it.its so simple but i was so stupid that i askd it without trying.
Re: Datagrid within another Grid
Quote:
Originally posted by sanjays
hi ,
Anybody pls tell me how to add a grid inside another datagrid in VB.NET.When i select any cell in the datagrid the sub grid must be opened just below the row with 2 or more columns of values.From that i can fill value for my main grid's row.
Can i open a vb.net datagrid with a number of rows and columns without binding to any datasource?
Anyone please let me know solution.
sanjays
////////////
i got it.its so simple but i was so stupid that i askd it without trying.