I am wondering if is possible to extend a DataGridVewRow
so that I can a container like a Panel
that spans under the usual columns. This will be filled with another DataGridView populated with child data. The Panel will be shown/hidden via a button.
This DataGridView will show Master-Detail, parent/ nested child, with expand/collapse functionalty.
Maybe DataGridViewRow is not right correct object to be aiming at extending, however hopefully someone can point me in the right direction.
I'm only looking at being able to add the container, nothing more.
Is it possible? If so, where to start?