Datagrid parent children rows???
-
Hi, Does anyone have some idea about how to implement parent/children rows in Datagrid control if I bind ArrayList to the datagrid. I want to fold the children rows in some cases. also the parent have similar data structure as children. Thanks in advance!!
Alan Shen MCAD for .NET Version ^~^~^~^~^~^~^~^~^~^~^ Great idea is the beginging of success!
-
Hi, Does anyone have some idea about how to implement parent/children rows in Datagrid control if I bind ArrayList to the datagrid. I want to fold the children rows in some cases. also the parent have similar data structure as children. Thanks in advance!!
Alan Shen MCAD for .NET Version ^~^~^~^~^~^~^~^~^~^~^ Great idea is the beginging of success!
The MS provided GridView doesn't support this so you'll need to use a control such as Infragistics' UltraWebGrid or write a lot of display code yourself.
only two letters away from being an asset