hi all
I need to create nested datadridveiw but I donot know how????
plz help me
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Lalit MPosted Dec 23, 2009, 5:10 AM
http://www.codeproject.com/KB/aspnet/NestedDataGrid.aspx
http://www.codeproject.com/KB/webforms/EditNestedDataGrid.aspx
In Window form nested datagridveiw
paul danielPosted Dec 23, 2009, 4:59 AM
You can write a custom DataGridVewColumn with DataGridView in your custom cell.
Below is a sample with source code which create a Color Picker ComboBox in dataGridView cells.
http://www.codeproject.com/KB/grid/DataGridColorPicker.aspx
You can have a try to put a DataGridView in the cells.
Besides, why would you have to do that?
If there is any problem, please feel free to let me know.
Best regards,
paul daniel