Has anyone tried wrapping the DataGridView control itself as a custom
Cell/Column control. So that I can have a child DataGridView appear
in a column of a parent DataGridView so that the columns/rows of the
childdren can be edited like a grid on the parent rows grid.
The MS examples all show how to make parent/child data grids appear in
separate splitter panels. I would like it to show up kind of like how
MSAccess shows data sheets in parent/child grids.
IOW I want the foreign key cell on the parent to contain another
DataGridView of the child row(s), nesting another DataGridView control
on the row.
Maybe this is possible without wrapping DataGridView as a column
control?
Thanks for any advice.
Cell/Column control. So that I can have a child DataGridView appear
in a column of a parent DataGridView so that the columns/rows of the
childdren can be edited like a grid on the parent rows grid.
The MS examples all show how to make parent/child data grids appear in
separate splitter panels. I would like it to show up kind of like how
MSAccess shows data sheets in parent/child grids.
IOW I want the foreign key cell on the parent to contain another
DataGridView of the child row(s), nesting another DataGridView control
on the row.
Maybe this is possible without wrapping DataGridView as a column
control?
Thanks for any advice.