Here are a couple options for you:
http://www.dotnetjunkies.com/howto/5...28ff6fc2e.dcik
http://www.dotnetjunkies.com/howto/2...e1a887280.dcik
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"ylockhead" <> wrote in message
news:EA7BE3A1-48C2-4244-B250-...
>I would like to be able to dynamically add a datagrid embeded inside a
>second
> datagrid. Both datagrids must be editable and I must be able to handle
> saving the data entered by the user.
>
> My problem is that I don't know how to even begin doing this. I have the
> first datagrid working and retrieving data correctly. Now, I need to
> figure
> out how to plunk down the second datagrid on it.
>
> Thanks for your help.
>