Different columns for alternating rows in gridview

  • Thread starter Thread starter tsedward
  • Start date Start date
T

tsedward

I am creating a databound gridview. The last cell of each row can,
and usually does, contain a lot of text. Is there any way that I
could drop this last cell down into the next line on the gridview?
This would mean that every other row would ignore the columns and
consist of one large column. Is this possible?
 
Yes, you can do this by intercepting the data binding event and writing a
second row when it binds that row.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
 
Back
Top