How to add child rows in datagrid c#.net windows forms?
|
|
what's third party control? i don't understand :( |
||
|
|
|
|
If you are looking for a nested table, you'll have to go with a third-party control. The DataGridView doesn't support it. |
||
|
|
|
|
||
|
|
|
|
Usually you bind the datagrid to a dataset. Could you please clarify what you are looking for so that we can get into more detail? |
||
|
|
|
|
I'm not sure if this is what you're asking, but if you want to append rows you're easiest way is to append them to whatever DataSource you're using before you DataBind() If this wasn't what you're after, please provide more detail. |
||
|
|
