Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
ASP .Net
Manipulating Datagrid Cells
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Guest, post: 470631"] 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. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
ASP .Net
Manipulating Datagrid Cells
Top