Can a Datagrid have rows with children...

  • Thread starter Thread starter dwhittenburg
  • Start date Start date
D

dwhittenburg

Basically I have some header information and then some child information
that relates to that header information...it is much like it should be in a
treeview...but in doing that, I have to display each piece of data delimeted
by something, which doesn't appear nice...I was thinking that showing this
information in a datagrid would be much nicer, but I didn't know if a
datagrid had the option to have children rows...

So...Can you have children rows in a datagrid?

Thank you
 
Not the DataGrid included in CF. Perhaps, some 3rd party data grid can.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Thanks...
"Ilya Tumanov [MS]" said:
Not the DataGrid included in CF. Perhaps, some 3rd party data grid can.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: "dwhittenburg" <[email protected]>
Subject: Can a Datagrid have rows with children...
Date: Fri, 11 Mar 2005 10:08:53 -0500
Lines: 12
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.3790.224
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.224
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: nat.greenwaynet.com 216.248.128.214
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
5.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.dotnet.framework.compactframework:73019
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework

Basically I have some header information and then some child information
that relates to that header information...it is much like it should be
in
a
treeview...but in doing that, I have to display each piece of data delimeted
by something, which doesn't appear nice...I was thinking that showing this
information in a datagrid would be much nicer, but I didn't know if a
datagrid had the option to have children rows...

So...Can you have children rows in a datagrid?

Thank you
 
Back
Top