S
Shiek
I'm creating a hierarchical, editable ASP.NET datagrid with drilldown
using two SQL tables. The "child" rows sit inside a cell of its
"parent".
I followed the sample from following cutting edge nested grid.
http://msdn.microsoft.com/msdnmag/issues/03/10/CuttingEdge/default.aspx
This works okay as a read-only grid but I haven't been able to get at
the
EditCommand or other events fired by the inner datagrid.
This isn't exactly master/detail because I need to be able to add
button column in the inner datagrid.
Thanks in Adavance for any help or sample code.
Regards
SM
using two SQL tables. The "child" rows sit inside a cell of its
"parent".
I followed the sample from following cutting edge nested grid.
http://msdn.microsoft.com/msdnmag/issues/03/10/CuttingEdge/default.aspx
This works okay as a read-only grid but I haven't been able to get at
the
EditCommand or other events fired by the inner datagrid.
This isn't exactly master/detail because I need to be able to add
button column in the inner datagrid.
Thanks in Adavance for any help or sample code.
Regards
SM