![]() |
|
|
|
#1 |
|
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. =?Utf-8?B?RGF2aWQgVGlsbWFu?= |
|
|
|
|
#2 |
|
Posts: n/a
|
PreRender event.
Eliyahu "David Tilman" <> wrote in message news > 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. Eliyahu Goldin |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Get datagrid textbox value | kanchangorak | Software | 0 | 03-11-2009 11:11 AM |
| Loading 24,000 rows into C# .net Datagrid | Kagu | Software | 0 | 03-10-2009 06:51 PM |
| validating textbox inside datagrid | susan_1516 | Software | 0 | 11-09-2008 01:29 PM |
| ASP.NET VB Using ItemDataBound to create textbox in datagrid rows. | smi59550 | General Help Related Topics | 0 | 01-18-2008 07:42 PM |
| Disable ASP Button in a Datagrid | ChrisClayko | General Help Related Topics | 0 | 08-02-2006 03:08 AM |