You might want to concatenate the fields at the SQL Query level.
If you really want to do the combining at the datagrid level then you could
indeed nest datagrids within datagrids.
Here's some examples:
[url]http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=841522c9-ffbd-4c57-bd48-f62b55057ff3&forumid=4117[/url]
[url]http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=F03796C0-0E19-479B-BB83-4307BCF12017&ForumID=4083[/url]
[url]http://www.dotnetjunkies.com/HowTo/ShowContent.aspx?cg=5A72AD9E-39E2-405C-A4F5-55D28FF6FC2E&ForumID=4228[/url]
[url]http://www.dotnetjunkies.com/HowTo/ShowContent.aspx?cg=2E3CF274-D5F6-4F43-97C7-805E1A887280&ForumID=4227[/url]

--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]


"Jeremy Chapman" <Nospam@please.com> wrote in message
news:eyF41EjUDHA.360@TK2MSFTNGP11.phx.gbl...
> I want to put 4 pieces of data into each cell of a datagrid, so I'm
thinking
> I'll need to stuff a tiny table in each grid. how can I do that?
>
>