Re: Manipulating Datagrid Cells
- From: "Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx>
- Date: Thu, 21 Jul 2005 12:33:25 +0200
PreRender event.
Eliyahu
"David Tilman" <DavidTilman@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DBF9B329-83F2-4E91-B31F-17AE3030FE89@xxxxxxxxxxxxxxxx
> I have an ASP .NET web application that changes datagrid cells in the
> ItemDataBound event, like changing the Columnspan of a cell to 2 and
deleting
> the adjacent cell, so that I have two cells merged into one. I was wanting
to
> do something similar in another part of the program (right after the
> DataBind() for the datagrid). Where I could select a particular cell index
> and row index and merge two cells of the datagrid.
>
> What is the best approach for this? I've been trying to research it, but
> haven't found much info. It seems like inside the ItemDataBound event I'm
> handling the control more like an HTML table than a Datagrid control,
which
> is adding to the confusion of handling this outside of this event.
.
- References:
- Manipulating Datagrid Cells
- From: David Tilman
- Manipulating Datagrid Cells
- Prev by Date: ASP file include problem
- Next by Date: Re: How to create file on network share from ASP.NET
- Previous by thread: Manipulating Datagrid Cells
- Next by thread: System.CodeDOM Info...
- Index(es):
Relevant Pages
|