wstevens
Member
Hi all
I am trying to achieve the following. I want to create a datagridview in vb.net that has a tree node next to each databound record row. On selecting the node of a particular record a panel must appear just below the record.
I would like to show hierarchical data in this panel. In other words the record row is the master and the panel is the details. I will be inserting another datagridview in thei panel.
I know this is possible in asp.net by using a template field. I have also looked at user controls. I have looked for examples but they do not meet the criteria I require.
If this cannot be done then I would like to either edit the current datagridvew control and customise the control.
Please can anybody help me. Thanks..
I am trying to achieve the following. I want to create a datagridview in vb.net that has a tree node next to each databound record row. On selecting the node of a particular record a panel must appear just below the record.
I would like to show hierarchical data in this panel. In other words the record row is the master and the panel is the details. I will be inserting another datagridview in thei panel.
I know this is possible in asp.net by using a template field. I have also looked at user controls. I have looked for examples but they do not meet the criteria I require.
If this cannot be done then I would like to either edit the current datagridvew control and customise the control.
Please can anybody help me. Thanks..