TeaAddictedGeek
Programmer
Not sure if this is a C# or ASP.NET question--it'd depend on the solution. So I'm posting to both places with apologies.
I'm looking to find a way to make the datagrid bleed over into multiple columns. I'd create multiple datagrids but this needs to be dynamic as I won't know how many I need.
It'd be something like this, where you have multiple grid lists:
Foo1 ... Foo2 ... Foo3
Col1 Col2 Col3 ... Col1 Col2 Col3 ... Col1 Col2 Col3
I'm looking into things like repeaters but I've never seen them used with datagrids. Maybe someone here has some insights into solving this?
Thanks!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum
I'm looking to find a way to make the datagrid bleed over into multiple columns. I'd create multiple datagrids but this needs to be dynamic as I won't know how many I need.
It'd be something like this, where you have multiple grid lists:
Foo1 ... Foo2 ... Foo3
Col1 Col2 Col3 ... Col1 Col2 Col3 ... Col1 Col2 Col3
I'm looking into things like repeaters but I've never seen them used with datagrids. Maybe someone here has some insights into solving this?
Thanks!
"The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs."
-Joseph Weizenbaum