Home All Groups Group Topic Archive Search About
Author
22 Mar 2005 11:30 AM
jijis
Hello
I want to know how can I make the datagrid display not only as a rectangular
table format.

For example, row 1 data in the datagrid
i want to display the column of "row 1" in the first row of output,
then the column 2 and column 3 of the "row 1" in the next row of the output.

thx please

Author
22 Mar 2005 1:06 PM
Eliyahu Goldin
Use template column. Build item template as a table with as many rows as you
wish and databind the cells to the datasource columns.

Eliyahu

Show quoteHide quote
"jijis" <ji***@jijis.com> wrote in message
news:e$G42JtLFHA.2136@TK2MSFTNGP14.phx.gbl...
> Hello
> I want to know how can I make the datagrid display not only as a
rectangular
> table format.
>
> For example, row 1 data in the datagrid
> i want to display the column of "row 1" in the first row of output,
> then the column 2 and column 3 of the "row 1" in the next row of the
output.
>
> thx please
>
>
Author
22 Mar 2005 3:12 PM
jijis
thx so much
would you mind explain more and any example link to me

thx

Show quoteHide quote
"Eliyahu Goldin" <removemeegol***@monarchmed.com> wrote in message
news:#94tf9tLFHA.2492@TK2MSFTNGP14.phx.gbl...
> Use template column. Build item template as a table with as many rows as
you
> wish and databind the cells to the datasource columns.
>
> Eliyahu
>
> "jijis" <ji***@jijis.com> wrote in message
> news:e$G42JtLFHA.2136@TK2MSFTNGP14.phx.gbl...
> > Hello
> > I want to know how can I make the datagrid display not only as a
> rectangular
> > table format.
> >
> > For example, row 1 data in the datagrid
> > i want to display the column of "row 1" in the first row of output,
> > then the column 2 and column 3 of the "row 1" in the next row of the
> output.
> >
> > thx please
> >
> >
>
>